![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
CG Language program processor class. More...
#include <OgreShaderCGProgramProcessor.h>
Inheritance diagram for Ogre::RTShader::CGProgramProcessor:Public Member Functions | |
| CGProgramProcessor () | |
| Class constructor. | |
| virtual | ~CGProgramProcessor () |
| Class destructor. | |
| virtual const String & | getTargetLanguage () const |
| Return the target language of this processor. | |
| 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 bool | postCreateGpuPrograms (ProgramSet *programSet) |
| virtual bool | preCreateGpuPrograms (ProgramSet *programSet) |
Static Public Attributes | |
| static String | TargetLanguage |
CG Language program processor class.
| Ogre::RTShader::CGProgramProcessor::CGProgramProcessor | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
inlinevirtual |
Return the target language of this processor.
Implements Ogre::RTShader::ProgramProcessor.
|
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::ProgramProcessor.
|
virtual |
Implements Ogre::RTShader::ProgramProcessor.
|
static |