![]() |
OGRE 2.3.3
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. | |
| virtual | ~GLSLESProgramWriter () |
| Class destructor. | |
| virtual const String & | getTargetLanguage () const |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info | |
| void * | operator new (size_t sz, void *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info | |
| virtual void | writeSourceCode (std::ostream &os, Program *program) |
Static Public Attributes | |
| static String | TargetLanguage |
GLSL ES target language writer implementation.
| Ogre::RTShader::GLSLESProgramWriter::GLSLESProgramWriter | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
inlinevirtual |
Implements Ogre::RTShader::ProgramWriter.
References TargetLanguage.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
|
virtual |
Implements Ogre::RTShader::ProgramWriter.
|
static |
Referenced by getTargetLanguage().