OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Plugin instance for GL ES 2 Manager. More...
#include <OgreGLES2Plugin.h>
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 | 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 GL ES 2 Manager.
Ogre::GLES2Plugin::GLES2Plugin | ( | ) |
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.
|
virtual |
Perform the plugin initial installation sequence.
Implements Ogre::Plugin.
|
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.