|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Plugin instance for GL ES 2 Manager. More...
#include <OgreGLES2Plugin.h>
 Inheritance diagram for Ogre::GLES2Plugin:
 Inheritance diagram for Ogre::GLES2Plugin:| Public Member Functions | |
| GLES2Plugin () | |
| 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. | |
|  Public Member Functions inherited from Ogre::Plugin | |
| Plugin () | |
| virtual | ~Plugin () | 
| virtual void | getAbiCookie (AbiCookie &outAbiCookie)=0 | 
| Outputs an ABI cookie generated by generateAbiCookie. | |
| virtual void | install (const NameValuePairList *options)=0 | 
| Perform the plugin initial installation sequence. | |
Plugin instance for GL ES 2 Manager.
| Ogre::GLES2Plugin::GLES2Plugin | ( | ) | 
| 
 | virtual | 
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::GLES2Plugin::install | ( | ) | 
Perform the plugin initial installation sequence.
| 
 | 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.