28 #ifndef __GLSLESLinkProgram_H__ 29 #define __GLSLESLinkProgram_H__ 39 class GLSLESGpuProgram;
51 virtual void compileAndLink(
void);
53 virtual void _useProgram(
void);
55 void buildGLUniformReferences(
void);
57 #if OGRE_PLATFORM == OGRE_PLATFORM_ANDROID 59 virtual void notifyOnContextLost();
62 virtual void notifyOnContextReset();
90 #endif // __GLSLESLinkProgram_H__ GLSL ES low level compiled shader object - this class is used to get at the linked program object and...
virtual void extractLayoutQualifiers(void)
C++ encapsulation of GLSL ES Program Object.
GpuProgramType
Enumerates the types of programs which can run on the GPU.
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
C++ encapsulation of GLSL ES Program Object.