GLVAO

Vertex Array Object

Constructors

this
this()

glGenVertexArrays

Members

Functions

bind
void bind()

glBindVertexArray

disable
void disable(int n)

glDisableVertexAttribArray

enable
void enable(int n)

glEnableVertexAttribArray

selfDestroy
void selfDestroy()

glDeleteVertexArrays

Mixins

__anonymous
mixin DES
Undocumented in source.
__anonymous
mixin ClassLogger
Undocumented in source.

Static functions

unbind
void unbind()

Variables

_id
uint _id;
Undocumented in source.

Meta