OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
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. More...
 
virtual ~CGProgramProcessor ()
 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

◆ 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.

◆ 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

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