dagon v0.9.0 (2018-11-13T17:01:23Z)
Home
Dub
Repo
RenderTarget
dagon
graphics
framebuffer
Undocumented in source.
abstract
class
RenderTarget : Owner {
uint
width
;
uint
height
;
this
(uint w, uint h, Owner o);
void
bind
();
void
unbind
();
void
clear
(Color4f clearColor);
}
Constructors
this
this
(uint w, uint h, Owner o)
Undocumented in source.
Members
Functions
bind
void
bind
()
Undocumented in source.
clear
void
clear
(Color4f clearColor)
Undocumented in source.
unbind
void
unbind
()
Undocumented in source.
Variables
height
uint
height
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
framebuffer
classes
Framebuffer
RenderTarget