pp ~master (2022-03-17T16:54:59.4839102)
Dub
Repo
Framebuffer
polyplex
core
render
gl
renderbuf
Undocumented in source.
class
Framebuffer {
int
Width
[@property getter];
int
Height
[@property getter];
this
(int width, int height, int colorAttachments);
~this
();
Texture
[]
OutTextures
();
void
Resize
(int width, int height);
void
Begin
();
void
End
();
}
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
Source
See Implementation
polyplex
core
render
gl
renderbuf
classes
Framebuffer
enums
Attachment