GLVAO

Vertex Array Object

Constructors

this
this()

glGenVertexArrays

Members

Functions

bind
void bind()

glBindVertexArray( id )

disable
void disable(int n)

glDisableVertexAttribArray

enable
void enable(int n)

glEnableVertexAttribArray

enabled
int[] enabled()
unbind
void unbind()

glBindVertexArray( 0 )

Static functions

unbind
void unbind()

Meta