Go to the documentation of this file.
27 #ifndef _ShaderProgramSet_
28 #define _ShaderProgramSet_
61 Program* getCpuFragmentProgram();
71 void setCpuVertexProgram(
Program* vsCpuProgram);
72 void setCpuFragmentProgram(
Program* psCpuProgram);
Superclass for all objects that wish to use custom memory allocators when their new / delete operator...
Container class for shader based programs.
GpuProgramPtr mPSGpuProgram
A class that represents a shader based program.
GpuProgramPtr mVSGpuProgram
A singleton manager class that manages shader based programs.
This is the target render state.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.