#include <GLSLShader.h>
Public Member Functions | |
| GLSLShaderPair (const string &vertexfilename, const string &fragmentfilename) | |
| The constructor attempts to load the shader pair immediately. | |
| ~GLSLShaderPair () | |
| unsigned int | GetVertexShader () const |
| unsigned int | GetFragmentShader () const |
Definition at line 44 of file GLSLShader.h.
| GLSLShaderPair::GLSLShaderPair | ( | const string & | vertexfilename, | |
| const string & | fragmentfilename | |||
| ) |
The constructor attempts to load the shader pair immediately.
Definition at line 28 of file GLSLShader.cpp.
| GLSLShaderPair::~GLSLShaderPair | ( | ) |
Definition at line 36 of file GLSLShader.cpp.
| unsigned int Fluxus::GLSLShaderPair::GetVertexShader | ( | ) | const [inline] |
Definition at line 51 of file GLSLShader.h.
| unsigned int Fluxus::GLSLShaderPair::GetFragmentShader | ( | ) | const [inline] |
Definition at line 52 of file GLSLShader.h.
1.5.1