- enabled
bool enabled;
Undocumented in source.
- inputBuffer
Framebuffer inputBuffer;
Undocumented in source.
- outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
- shaderProgram
GLenum shaderProgram;
Undocumented in source.
- modelViewMatrixLoc
GLint modelViewMatrixLoc;
Undocumented in source.
- prevModelViewProjMatrixLoc
GLint prevModelViewProjMatrixLoc;
Undocumented in source.
- projectionMatrixLoc
GLint projectionMatrixLoc;
Undocumented in source.
- fbColorLoc
GLint fbColorLoc;
Undocumented in source.
- viewportSizeLoc
GLint viewportSizeLoc;
Undocumented in source.
- enabledLoc
GLint enabledLoc;
Undocumented in source.
- vertexShader
string vertexShader()
Undocumented in source. Be warned that the author may not have intended to support it.
- fragmentShader
string fragmentShader()
Undocumented in source. Be warned that the author may not have intended to support it.
- bind
void bind(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
- unbind
void unbind(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
- render
void render(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.