PostFilterHDR

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

adaptationSpeed
float adaptationSpeed;
Undocumented in source.
autoExposure
bool autoExposure;
Undocumented in source.
colorTable
Texture colorTable;
Undocumented in source.
colorTableLoc
GLint colorTableLoc;
Undocumented in source.
exposure
float exposure;
Undocumented in source.
exposureLoc
GLint exposureLoc;
Undocumented in source.
fbPositionLoc
GLint fbPositionLoc;
Undocumented in source.
fbVelocityLoc
GLint fbVelocityLoc;
Undocumented in source.
keyValue
float keyValue;
Undocumented in source.
maxLuminance
float maxLuminance;
Undocumented in source.
mblurEnabled
bool mblurEnabled;
Undocumented in source.
minLuminance
float minLuminance;
Undocumented in source.
motionBlurSamples
int motionBlurSamples;
Undocumented in source.
motionBlurSamplesLoc
GLint motionBlurSamplesLoc;
Undocumented in source.
shutterFps
float shutterFps;
Undocumented in source.
shutterFpsLoc
GLint shutterFpsLoc;
Undocumented in source.
shutterSpeed
float shutterSpeed;
Undocumented in source.
timeStepLoc
GLint timeStepLoc;
Undocumented in source.
tonemapFunction
Tonemapper tonemapFunction;
Undocumented in source.
tonemapFunctionLoc
GLint tonemapFunctionLoc;
Undocumented in source.
useLUTLoc
GLint useLUTLoc;
Undocumented in source.
useMotionBlurLoc
GLint useMotionBlurLoc;
Undocumented in source.
useVignetteLoc
GLint useVignetteLoc;
Undocumented in source.
velocityTexture
GLuint velocityTexture;
Undocumented in source.
vignette
Texture vignette;
Undocumented in source.
vignetteLoc
GLint vignetteLoc;
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