![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
GLSL ES Language program processor class. More...
#include <OgreShaderGLSLESProgramProcessor.h>
Public Member Functions | |
| GLSLESProgramProcessor () | |
| Class constructor. | |
| virtual | ~GLSLESProgramProcessor () |
| Class destructor. | |
| virtual const String & | getTargetLanguage () const |
| Return the target language of this processor. | |
| virtual bool | postCreateGpuPrograms (ProgramSet *programSet) |
| virtual bool | preCreateGpuPrograms (ProgramSet *programSet) |
| Public Member Functions inherited from Ogre::RTShader::ProgramProcessor | |
| ProgramProcessor () | |
| Class constructor. | |
| virtual | ~ProgramProcessor () |
| Class destructor. | |
GLSL ES Language program processor class.
| Ogre::RTShader::GLSLESProgramProcessor::GLSLESProgramProcessor | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
inlinevirtual |
Return the target language of this processor.
Implements Ogre::RTShader::ProgramProcessor.
|
virtual |
Implements Ogre::RTShader::ProgramProcessor.
|
virtual |
Implements Ogre::RTShader::ProgramProcessor.