OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::GLSLProgramProcessor Class Reference

GLSL Language program processor class. More...

#include <OgreShaderGLSLProgramProcessor.h>

+ Inheritance diagram for Ogre::RTShader::GLSLProgramProcessor:

Public Member Functions

 GLSLProgramProcessor ()
 Class constructor. More...
 
virtual ~GLSLProgramProcessor ()
 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)
 

Detailed Description

GLSL Language program processor class.

Constructor & Destructor Documentation

Ogre::RTShader::GLSLProgramProcessor::GLSLProgramProcessor ( )

Class constructor.

virtual Ogre::RTShader::GLSLProgramProcessor::~GLSLProgramProcessor ( )
virtual

Class destructor.

Member Function Documentation

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

Return the target language of this processor.

Implements Ogre::RTShader::ProgramProcessor.

virtual bool Ogre::RTShader::GLSLProgramProcessor::preCreateGpuPrograms ( ProgramSet programSet)
virtual
virtual bool Ogre::RTShader::GLSLProgramProcessor::postCreateGpuPrograms ( ProgramSet programSet)
virtual

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