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