|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Plugin instance for GL3Plus Manager. More...
#include <OgreGL3PlusPlugin.h>
 Inheritance diagram for Ogre::GL3PlusPlugin:
 Inheritance diagram for Ogre::GL3PlusPlugin:| Public Member Functions | |
| GL3PlusPlugin () | |
| void | getAbiCookie (AbiCookie &outAbiCookie) override | 
| Outputs an ABI cookie generated by generateAbiCookie. | |
| const String & | getName () const override | 
| Get the name of the plugin. | |
| void | initialise () override | 
| Perform any tasks the plugin needs to perform on full system initialisation. | |
| void | install (const NameValuePairList *options) override | 
| Perform the plugin initial installation sequence. | |
| void | shutdown () override | 
| Perform any tasks the plugin needs to perform when the system is shut down. | |
| void | uninstall () override | 
| Perform the final plugin uninstallation sequence. | |
|  Public Member Functions inherited from Ogre::Plugin | |
| Plugin () | |
| virtual | ~Plugin () | 
Plugin instance for GL3Plus Manager.
| Ogre::GL3PlusPlugin::GL3PlusPlugin | ( | ) | 
| 
 | overridevirtual | 
Outputs an ABI cookie generated by generateAbiCookie.
Implements Ogre::Plugin.
| 
 | overridevirtual | 
Get the name of the plugin.
Implements Ogre::Plugin.
| 
 | overridevirtual | 
Perform any tasks the plugin needs to perform on full system initialisation.
Implements Ogre::Plugin.
| 
 | overridevirtual | 
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
| 
 | overridevirtual | 
Perform any tasks the plugin needs to perform when the system is shut down.
Implements Ogre::Plugin.
| 
 | overridevirtual | 
Perform the final plugin uninstallation sequence.
Implements Ogre::Plugin.