![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Factory class for GLSL ES programs. More...
#include <OgreGLSLESProgramFactory.h>
Public Member Functions | |
| GLSLESProgramFactory (void) | |
| ~GLSLESProgramFactory (void) | |
| GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) |
| Create an instance of GLSLESProgram. | |
| const String & | getLanguage (void) const |
| Get the name of the language this factory creates programs for. | |
| Public Member Functions inherited from Ogre::HighLevelGpuProgramFactory | |
| HighLevelGpuProgramFactory () | |
| virtual | ~HighLevelGpuProgramFactory () |
| virtual void | destroy (GpuProgram *prog) |
Factory class for GLSL ES programs.
| Ogre::GLSLESProgramFactory::GLSLESProgramFactory | ( | void | ) |
| Ogre::GLSLESProgramFactory::~GLSLESProgramFactory | ( | void | ) |
|
virtual |
Get the name of the language this factory creates programs for.
Implements Ogre::HighLevelGpuProgramFactory.
|
virtual |
Create an instance of GLSLESProgram.
Implements Ogre::HighLevelGpuProgramFactory.