SLProject 4.0.000
SLGLProgram.h File Reference
#include <map>
#include <SLGLState.h>
#include <SLVec4.h>
#include <SLGLUniform.h>
#include <SLObject.h>
#include <SLLight.h>
Include dependency graph for SLGLProgram.h:
This graph shows which files directly or indirectly include this file:

Classes

class  SLGLProgram
 Encapsulation of an OpenGL shader program object. More...
 

Typedefs

typedef vector< SLGLShader * > SLVGLShader
 STL vector type for SLGLShader pointers. More...
 
typedef std::map< string, int > SLLocMap
 
typedef vector< SLGLProgram * > SLVGLProgram
 STL vector of SLGLProgram pointers. More...
 

Typedef Documentation

◆ SLLocMap

typedef std::map<string, int> SLLocMap

◆ SLVGLProgram

typedef vector<SLGLProgram*> SLVGLProgram

STL vector of SLGLProgram pointers.

◆ SLVGLShader

typedef vector<SLGLShader*> SLVGLShader

STL vector type for SLGLShader pointers.