Go to the documentation of this file.
28 #ifndef __GLSLESProgramPipeline_H__
29 #define __GLSLESProgramPipeline_H__
88 VERTEX_PROGRAM_LINKED = 1,
89 FRAGMENT_PROGRAM_LINKED = 2,
90 ALL_PROGRAMS_LINKED = 3
96 virtual void compileAndLink(
void);
98 virtual void _useProgram(
void);
100 virtual void extractLayoutQualifiers(
void);
102 virtual void buildGLUniformReferences(
void);
GLuint getGLProgramPipelineHandle() const
GL Program Pipeline Handle.
GpuProgramType
Enumerates the types of programs which can run on the GPU.
VertexElementSemantic
Vertex element semantics, used to identify the meaning of vertex buffer contents.
Specialisation of HighLevelGpuProgram to provide support for OpenGL Shader Language (GLSL ES) for Ope...
C++ encapsulation of GLSL ES Program Object.
GLSL ES low level compiled shader object - this class is used to get at the linked program object and...
GLuint mGLProgramPipelineHandle
GL handle for pipeline object.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15