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

GLSL ES Language program processor class. More...

#include <OgreShaderGLSLESProgramProcessor.h>

+ Inheritance diagram for Ogre::RTShader::GLSLESProgramProcessor:

Public Member Functions

 GLSLESProgramProcessor ()
 Class constructor. More...
 
virtual ~GLSLESProgramProcessor ()
 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 ES Language program processor class.

Constructor & Destructor Documentation

◆ GLSLESProgramProcessor()

Ogre::RTShader::GLSLESProgramProcessor::GLSLESProgramProcessor ( )

Class constructor.

◆ ~GLSLESProgramProcessor()

virtual Ogre::RTShader::GLSLESProgramProcessor::~GLSLESProgramProcessor ( )
virtual

Class destructor.

Member Function Documentation

◆ getTargetLanguage()

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

Return the target language of this processor.

Implements Ogre::RTShader::ProgramProcessor.

References postCreateGpuPrograms(), and preCreateGpuPrograms().

◆ preCreateGpuPrograms()

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

◆ postCreateGpuPrograms()

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

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