OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Plugin instance for D3D9 Manager. More...
#include <OgreD3D9Plugin.h>
Public Member Functions | |
D3D9Plugin () | |
const String & | getName () const |
Get the name of the plugin. More... | |
void | initialise () |
Perform any tasks the plugin needs to perform on full system initialisation. More... | |
void | install () |
Perform the plugin initial installation sequence. More... | |
void | shutdown () |
Perform any tasks the plugin needs to perform when the system is shut down. More... | |
void | uninstall () |
Perform the final plugin uninstallation sequence. More... | |
Plugin instance for D3D9 Manager.
Ogre::D3D9Plugin::D3D9Plugin | ( | ) |
|
virtual |
Get the name of the plugin.
Implements Ogre::Plugin.
|
virtual |
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
|
virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
|
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.