voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
Vao
anchovy
oglrenderer
Undocumented in source.
class
Vao {
this
();
void
close
();
void
bind
();
static
void
unbind
();
uint
handle
;
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
bind
void
bind
()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
unbind
void
unbind
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handle
uint
handle
;
Undocumented in source.
Meta
Source
See Implementation
anchovy
oglrenderer
classes
OglRenderer
Vao
Vbo