![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
CG Language program processor class. More...
#include <OgreShaderHLSLProgramProcessor.h>
Public Member Functions | |
| HLSLProgramProcessor () | |
| Class constructor. | |
| virtual | ~HLSLProgramProcessor () |
| 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. | |
Static Public Attributes | |
| static String | TargetLanguage |
CG Language program processor class.
| Ogre::RTShader::HLSLProgramProcessor::HLSLProgramProcessor | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
inlinevirtual |
Return the target language of this processor.
Implements Ogre::RTShader::ProgramProcessor.
References TargetLanguage.
|
virtual |
Implements Ogre::RTShader::ProgramProcessor.
|
virtual |
Implements Ogre::RTShader::ProgramProcessor.
|
static |
Referenced by getTargetLanguage().