CubemapRenderTarget

Undocumented in source.

Constructors

this
this(uint res, 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(Color4f clearColor)
Undocumented in source. Be warned that the author may not have intended to support it.
prepareRC
void prepareRC(CubeFace face, Vector3f position, RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
setCubemapFace
void setCubemapFace(Cubemap cubemap, CubeFace face)
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

depthTexture
GLuint depthTexture;
Undocumented in source.
fbo
GLuint fbo;
Undocumented in source.
gbuffer
GBuffer gbuffer;
Undocumented in source.

Inherited Members

From RenderTarget

width
uint width;
Undocumented in source.
height
uint height;
Undocumented in source.
bind
void bind()
Undocumented in source.
unbind
void unbind()
Undocumented in source.
clear
void clear(Color4f clearColor)
Undocumented in source.

Meta