three-d ~master (2015-01-13T18:29:31Z)
Dub
Repo
GlRenderTarget
three
gl
renderTarget
Undocumented in source.
struct
GlRenderTarget {
uint
width
;
uint
height
;
GLuint
textureTarget
;
void
construct
(uint width, uint height);
void
destruct
();
}
Members
Functions
construct
void
construct
(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
destruct
void
destruct
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
height
uint
height
;
Undocumented in source.
textureTarget
GLuint
textureTarget
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
Meta
Source
See Implementation
three
gl
renderTarget
structs
GlRenderTarget