|
Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/ShaderUtils/GLSLShader.hh>
Additional Inherited Members | |
Public Member Functions inherited from GLSL::Shader | |
| Shader (GLenum shaderType) | |
| Creates a new shader. | |
| virtual | ~Shader () |
| Deletes the shader object. | |
| void | setSource (const StringList &source) |
| Upload the source of the shader. | |
| void | setSource (const QStringList &source) |
| Upload the source of the shader. | |
| bool | compile (bool verbose=true) |
| Compile the shader object. | |
Protected Attributes inherited from GLSL::Shader | |
| GLuint | m_shaderId |
GLSL vertex shader.
Definition at line 95 of file GLSLShader.hh.
| GLSL::VertexShader::VertexShader | ( | ) |
Definition at line 181 of file GLSLShader.cc.
|
virtual |
Definition at line 182 of file GLSLShader.cc.