OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::HLSLProgramProcessor Class Reference

CG Language program processor class. More...

#include <OgreShaderHLSLProgramProcessor.h>

+ Inheritance diagram for Ogre::RTShader::HLSLProgramProcessor:

Public Member Functions

 HLSLProgramProcessor ()
 Class constructor. More...
 
virtual ~HLSLProgramProcessor ()
 Class destructor. More...
 
virtual const StringgetTargetLanguage () const
 Return the target language of this processor. More...
 
virtual bool postCreateGpuPrograms (ProgramSet *programSet)
 
virtual bool preCreateGpuPrograms (ProgramSet *programSet)
 

Static Public Attributes

static String TargetLanguage
 

Detailed Description

CG Language program processor class.

Constructor & Destructor Documentation

◆ HLSLProgramProcessor()

Ogre::RTShader::HLSLProgramProcessor::HLSLProgramProcessor ( )

Class constructor.

◆ ~HLSLProgramProcessor()

virtual Ogre::RTShader::HLSLProgramProcessor::~HLSLProgramProcessor ( )
virtual

Class destructor.

Member Function Documentation

◆ getTargetLanguage()

virtual const String& Ogre::RTShader::HLSLProgramProcessor::getTargetLanguage ( ) const
inlinevirtual

Return the target language of this processor.

Implements Ogre::RTShader::ProgramProcessor.

◆ preCreateGpuPrograms()

virtual bool Ogre::RTShader::HLSLProgramProcessor::preCreateGpuPrograms ( ProgramSet programSet)
virtual

◆ postCreateGpuPrograms()

virtual bool Ogre::RTShader::HLSLProgramProcessor::postCreateGpuPrograms ( ProgramSet programSet)
virtual

Member Data Documentation

◆ TargetLanguage

String Ogre::RTShader::HLSLProgramProcessor::TargetLanguage
static

The documentation for this class was generated from the following file: