GLRender

Render to FBO

Constructors

this
this()

Members

Aliases

ColorObject
alias ColorObject = staticChoise!(CB, GLRenderBuffer, GLTexture)
DepthObject
alias DepthObject = staticChoise!(DB, GLRenderBuffer, GLTexture)

Functions

createColor
ColorObject createColor()
Undocumented in source. Be warned that the author may not have intended to support it.
createDepth
DepthObject createDepth()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(uivec2 sz, void delegate() draw_func)

render

resize
void resize(uivec2 sz)
Undocumented in source. Be warned that the author may not have intended to support it.
selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DES
Undocumented in source.
__anonymous
mixin ClassLogger
Undocumented in source.

Variables

color
ColorObject color;
depth
DepthObject depth;
fbo
GLFrameBuffer fbo;
Undocumented in source.

Meta