gfm v3.0.3 (2015-09-02T09:30:55Z)
Home
Dub
Repo
GLVAO
gfm
opengl
vao
Undocumented in source.
final
class
GLVAO {
this
(OpenGL gl);
~this
();
void
close
();
void
bind
();
void
unbind
();
GLuint
handle
();
}
Constructors
this
this
(OpenGL gl)
Creates a VAO.
Destructor
~this
~this
()
Releases the OpenGL VAO resource.
Members
Functions
bind
void
bind
()
Uses this VAO.
close
deprecated
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
GLuint
handle
()
unbind
void
unbind
()
Unuses this VAO.
Meta
Source
See Implementation
gfm
opengl
vao
aliases
VAO
classes
GLVAO