GLSL compute shader.
More...
#include <OpenFlipper/libs_required/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 170 of file GLSLShader.hh.
The documentation for this class was generated from the following files: