![]() |
OGRE 13.2
Object-Oriented Graphics Rendering Engine
|
HLSL target language writer implementation. More...
#include <OgreShaderHLSLProgramWriter.h>
Public Member Functions | |
HLSLProgramWriter () | |
Class constructor. More... | |
virtual | ~HLSLProgramWriter () |
Class destructor. More... | |
virtual const String & | getTargetLanguage () const |
![]() | |
CGProgramWriter () | |
Class constructor. More... | |
virtual | ~CGProgramWriter () |
Class destructor. More... | |
virtual const String & | getTargetLanguage () const |
virtual void | writeSourceCode (std::ostream &os, Program *program) |
![]() | |
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 String | TargetLanguage |
HLSL target language writer implementation.
Ogre::RTShader::HLSLProgramWriter::HLSLProgramWriter | ( | ) |
Class constructor.
|
virtual |
Class destructor.
|
inlinevirtual |
Reimplemented from Ogre::RTShader::CGProgramWriter.
References TargetLanguage.
|
static |
Referenced by getTargetLanguage().