GLVAO

OpenGL Vertex Array Object wrapper.

Constructors

this
this()

Creates a VAO.

Destructor

~this
~this()

Releases the OpenGL VAO resource.

Members

Functions

bind
void bind()

Uses this VAO.

handle
GLuint handle()
unbind
void unbind()

Unuses this VAO.

Meta