![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
Plugin instance for D3D9 Manager. More...
#include <OgreD3D9Plugin.h>
Inheritance diagram for Ogre::D3D9Plugin:Public Member Functions | |
| D3D9Plugin () | |
| const String & | getName () const |
| Get the name of the plugin. | |
| void | initialise () |
| Perform any tasks the plugin needs to perform on full system initialisation. | |
| void | install () |
| Perform the plugin initial installation sequence. | |
| virtual void | install (const NameValuePairList *options)=0 |
| Perform the plugin initial installation sequence. | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| void | shutdown () |
| Perform any tasks the plugin needs to perform when the system is shut down. | |
| void | uninstall () |
| Perform the final plugin uninstallation sequence. | |
Plugin instance for D3D9 Manager.
| Ogre::D3D9Plugin::D3D9Plugin | ( | ) |
Get the name of the plugin.
Implements Ogre::Plugin.
|
virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
| void Ogre::D3D9Plugin::install | ( | ) |
Perform the plugin initial installation sequence.
|
pure virtualinherited |
Perform the plugin initial installation sequence.
Implemented in Ogre::D3D11Plugin, Ogre::GL3PlusPlugin, Ogre::MetalPlugin, Ogre::NULLPlugin, and Ogre::VulkanPlugin.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
virtual |
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.
|
virtual |
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.