![]() |
OGRE
1.10.8
Object-Oriented Graphics Rendering Engine
|
C++ encapsulation of GLSL ES Program Object. More...
#include <OgreGLSLESProgramCommon.h>
Public Member Functions | |
GLSLESProgramCommon (GLSLESProgram *vertexProgram, GLSLESProgram *fragmentProgram) | |
Constructor should only be used by GLSLESLinkProgramManager and GLSLESProgramPipelineManager. More... | |
virtual | ~GLSLESProgramCommon (void) |
void | bindFixedAttributes (GLuint program) |
GLSLESProgram * | getFragmentProgram (void) const |
GLSLESProgram * | getVertexProgram (void) const |
C++ encapsulation of GLSL ES Program Object.
Ogre::GLSLESProgramCommon::GLSLESProgramCommon | ( | GLSLESProgram * | vertexProgram, |
GLSLESProgram * | fragmentProgram | ||
) |
Constructor should only be used by GLSLESLinkProgramManager and GLSLESProgramPipelineManager.
|
virtual |
void Ogre::GLSLESProgramCommon::bindFixedAttributes | ( | GLuint | program | ) |
|
inline |
|
inline |