PostFilterHDRPrepass

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.
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

blurredTexture
GLuint blurredTexture;
Undocumented in source.
fbBlurredLoc
GLint fbBlurredLoc;
Undocumented in source.
glowBrightness
float glowBrightness;
Undocumented in source.
glowBrightnessLoc
GLint glowBrightnessLoc;
Undocumented in source.
glowEnabled
bool glowEnabled;
Undocumented in source.
perspectiveMatrix
Matrix4x4f perspectiveMatrix;
Undocumented in source.
perspectiveMatrixLoc
GLint perspectiveMatrixLoc;
Undocumented in source.
useGlowLoc
GLint useGlowLoc;
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