GLVertexArray

OpenGL Vertex Array Object.

version(__OpenGL__)
final
class GLVertexArray : VertexArray {}

Constructors

this
this()

Creates a Vertex Array Object. Throws GLException on error.

Destructor

~this
~this()

Releases the OpenGL Vertex Array Object resource.

Members

Functions

bind
void bind()

Uses this Vertex Array Object. Throws GLException on error.

handle
uint handle()

Returns wrapped OpenGL resource handle.

unbind
void unbind()

Unuses this Vertex Array Object. Throws GLException on error.

Inherited Members

From VertexArray

_handle
uint _handle;
Undocumented in source.
_initialized
bool _initialized;
Undocumented in source.
bind
void bind()
unbind
void unbind()
handle
uint handle()

Meta