OGRE  1.10.10
Object-Oriented Graphics Rendering Engine
Ogre::GLSLESProgramCommon Class Reference

C++ encapsulation of GLSL ES Program Object. More...

#include <OgreGLSLESProgramCommon.h>

+ Inheritance diagram for Ogre::GLSLESProgramCommon:

Public Member Functions

void bindFixedAttributes (GLuint program)
 
GLSLESProgramgetFragmentProgram (void) const
 
GLSLESProgramgetVertexProgram (void) const
 
bool isUsingShader (GLSLShaderCommon *shader) const
 

Detailed Description

C++ encapsulation of GLSL ES Program Object.

Member Function Documentation

◆ bindFixedAttributes()

void Ogre::GLSLESProgramCommon::bindFixedAttributes ( GLuint  program)

◆ getVertexProgram()

GLSLESProgram* Ogre::GLSLESProgramCommon::getVertexProgram ( void  ) const
inline

◆ getFragmentProgram()

GLSLESProgram* Ogre::GLSLESProgramCommon::getFragmentProgram ( void  ) const
inline

◆ isUsingShader()

bool Ogre::GLSLESProgramCommon::isUsingShader ( GLSLShaderCommon *  shader) const
inline

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