OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::RTShader::CGProgramProcessor Class Reference

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 StringgetTargetLanguage () 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

Detailed Description

CG Language program processor class.

Constructor & Destructor Documentation

◆ CGProgramProcessor()

Ogre::RTShader::CGProgramProcessor::CGProgramProcessor ( )

Class constructor.

◆ ~CGProgramProcessor()

virtual Ogre::RTShader::CGProgramProcessor::~CGProgramProcessor ( )
virtual

Class destructor.

Member Function Documentation

◆ getTargetLanguage()

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

Return the target language of this processor.

Implements Ogre::RTShader::ProgramProcessor.

References TargetLanguage.

◆ preCreateGpuPrograms()

virtual bool Ogre::RTShader::CGProgramProcessor::preCreateGpuPrograms ( ProgramSet * programSet)
virtual

◆ postCreateGpuPrograms()

virtual bool Ogre::RTShader::CGProgramProcessor::postCreateGpuPrograms ( ProgramSet * programSet)
virtual

Member Data Documentation

◆ TargetLanguage

String Ogre::RTShader::CGProgramProcessor::TargetLanguage
static

Referenced by getTargetLanguage().


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