PostFilterLensDistortion

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

Variables

dispersion
float dispersion;
Undocumented in source.
dispersionLoc
GLint dispersionLoc;
Undocumented in source.
scale
float scale;
Undocumented in source.
scaleLoc
GLint scaleLoc;
Undocumented in source.

Inherited Members

From PostFilter

enabled
bool enabled;
Undocumented in source.
inputBuffer
Framebuffer inputBuffer;
Undocumented in source.
outputBuffer
Framebuffer outputBuffer;
Undocumented in source.
shaderVert
GLenum shaderVert;
Undocumented in source.
shaderFrag
GLenum shaderFrag;
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.

Meta