![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
GLSL ES target language writer implementation. More...
#include <OgreShaderGLSLESProgramWriter.h>
Inheritance diagram for Ogre::RTShader::GLSLESProgramWriter:Public Member Functions | |
| GLSLESProgramWriter () | |
| Class constructor. More... | |
| virtual | ~GLSLESProgramWriter () |
| Class destructor. More... | |
| virtual const String & | getTargetLanguage () const |
| virtual void | writeSourceCode (std::ostream &os, Program *program) |
Public Member Functions inherited from Ogre::RTShader::GLSLProgramWriter | |
| GLSLProgramWriter () | |
| Class constructor. More... | |
| virtual | ~GLSLProgramWriter () |
| Class destructor. More... | |
| virtual const String & | getTargetLanguage () const |
| virtual void | writeSourceCode (std::ostream &os, Program *program) |
Public Member Functions inherited from Ogre::RTShader::ProgramWriter | |
| virtual | ~ProgramWriter () |
| Class destructor. More... | |
| virtual const String & | getTargetLanguage () const =0 |
| Return the target language of this writer. More... | |
| virtual void | writeSourceCode (std::ostream &os, Program *program)=0 |
| Write the program shader source code. More... | |
Static Public Attributes | |
| static String | TargetLanguage |
Static Public Attributes inherited from Ogre::RTShader::GLSLProgramWriter | |
| static String | TargetLanguage |
Additional Inherited Members | |
Static Public Member Functions inherited from Ogre::RTShader::GLSLProgramWriter | |
| static const char * | getGL3CompatDefines () |
GLSL ES target language writer implementation.
| Ogre::RTShader::GLSLESProgramWriter::GLSLESProgramWriter | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
virtual |
Reimplemented from Ogre::RTShader::GLSLProgramWriter.
|
inlinevirtual |
Reimplemented from Ogre::RTShader::GLSLProgramWriter.
References TargetLanguage.
|
static |
Referenced by getTargetLanguage().