GLSL compute shader.
More...
#include <ACG/ShaderUtils/GLSLShader.hh>
|
|
static const Caps & | caps () |
| |
|
|
static Caps | caps_ |
| |
|
static bool | capsInitialized_ = false |
| |
|
| | 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...
|
| |
|
GLuint | m_shaderId |
| |
GLSL compute shader.
Definition at line 176 of file GLSLShader.hh.
The documentation for this class was generated from the following files: