Framebuffer

Undocumented in source.

Constructors

this
this(int width, int height, int colorAttachments)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Begin
void Begin()
Undocumented in source. Be warned that the author may not have intended to support it.
End
void End()
Undocumented in source. Be warned that the author may not have intended to support it.
OutTextures
Texture[] OutTextures()
Undocumented in source. Be warned that the author may not have intended to support it.
Resize
void Resize(int width, int height)

Resize destroys the current framebuffer and recreates it with the specified size.

Properties

Height
int Height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Width
int Width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta