VertexArray.State

Possible states a VertexArray can be in.

Values

ValueMeaning
Unlocked

The VertexArray can be modified but not bound or drawn.

Locked

The VertexArray can not be modified, but can be bound.

Bound

The VertexArray can't be modified and can be drawn.

Meta