![]() |
OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Factory class for GLSL ES programs. More...
#include <OgreGLSLESProgram.h>
Public Member Functions | |
GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override |
Create an instance of GLSLESProgram. More... | |
const String & | getLanguage (void) const override |
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.
|
overridevirtual |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
overridevirtual |
Create an instance of GLSLESProgram.
Implements Ogre::GpuProgramFactory.