VAO

OpenGL Vertex Array Object wrapper.

Constructors

this
this(OpenGL gl, GLuint target, GLuint storage, GLuint usage)

Creates a VAO.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind()

Uses this VAO.

close
void close()

Releases the OpenGL VAO resource.

handle
GLuint handle()
unbind
void unbind()

Unuses this VAO.

Meta