![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Plugin instance for D3D11 Manager. More...
#include <OgreD3D11Plugin.h>
Public Member Functions | |
D3D11Plugin () | |
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. | |
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 () | |
virtual | ~Plugin () |
Plugin instance for D3D11 Manager.
Ogre::D3D11Plugin::D3D11Plugin | ( | ) |
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.