|
Developer Documentation
|
#include <ACG/ShaderUtils/GLSLShader.hh>
Additional Inherited Members | |
Public Member Functions inherited from GLSL::Shader | |
| Shader (GLenum shaderType) | |
| Creates a new shader. More... | |
| 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. More... | |
Protected Attributes inherited from GLSL::Shader | |
| GLuint | m_shaderId |
GLSL vertex shader.
Definition at line 101 of file GLSLShader.hh.