GBuffer

Undocumented in source.

Constructors

this
this(uint w, uint h, Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(Scene scene, RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colorTexture
GLuint colorTexture;
Undocumented in source.
depthTexture
GLuint depthTexture;
Undocumented in source.
emissionTexture
GLuint emissionTexture;
Undocumented in source.
fbo
GLuint fbo;
Undocumented in source.
geometryPassShader
GeometryPassShader geometryPassShader;
Undocumented in source.
height
uint height;
Undocumented in source.
normalTexture
GLuint normalTexture;
Undocumented in source.
positionTexture
GLuint positionTexture;
Undocumented in source.
rmsTexture
GLuint rmsTexture;
Undocumented in source.
velocityTexture
GLuint velocityTexture;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta