PostFilter

Undocumented in source.

Constructors

this
this(Framebuffer inputBuffer, Framebuffer outputBuffer, Owner o)
Undocumented in source.

Members

Functions

bind
void bind(RenderingContext* rc)
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.
render
void render(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.
vertexShader
string vertexShader()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

enabled
bool enabled;
Undocumented in source.
enabledLoc
GLint enabledLoc;
Undocumented in source.
fbColorLoc
GLint fbColorLoc;
Undocumented in source.
inputBuffer
Framebuffer inputBuffer;
Undocumented in source.
modelViewMatrixLoc
GLint modelViewMatrixLoc;
Undocumented in source.
outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
prevModelViewProjMatrixLoc
GLint prevModelViewProjMatrixLoc;
Undocumented in source.
projectionMatrixLoc
GLint projectionMatrixLoc;
Undocumented in source.
shaderFrag
GLenum shaderFrag;
Undocumented in source.
shaderProgram
GLenum shaderProgram;
Undocumented in source.
shaderVert
GLenum shaderVert;
Undocumented in source.
viewportSizeLoc
GLint viewportSizeLoc;
Undocumented in source.

Meta