OGRE  1.10.12
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

◆ GLSLProgramProcessor()

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

Class constructor.

◆ ~GLSLProgramProcessor()

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

Class destructor.

Member Function Documentation

◆ getTargetLanguage()

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

Return the target language of this processor.

Implements Ogre::RTShader::ProgramProcessor.

◆ preCreateGpuPrograms()

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

◆ postCreateGpuPrograms()

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

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