GBuffer

Undocumented in source.

Constructors

this
this(uint w, uint h, Framebuffer radiance, Owner owner)
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.
createFramebuffer
void createFramebuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseFramebuffer
void releaseFramebuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint w, uint h)
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.
framebuffer
GLuint framebuffer;
Undocumented in source.
height
uint height;
Undocumented in source.
normalTexture
GLuint normalTexture;
Undocumented in source.
pbrTexture
GLuint pbrTexture;
Undocumented in source.
radiance
Framebuffer radiance;
Undocumented in source.
velocityTexture
GLuint velocityTexture;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta