The OES_vertex_array_object extension is part of the WebGL API and provides vertex array objects (VAOs) which encapsulate vertex array states. These objects keep pointers to vertex data and provide names for different sets of vertex data.
Documentation OES_vertex_array_object by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Static variables
Methods
bindVertexArrayOES(arrayObject:VertexArrayObjectOES):Void
Binds a given WebGLVertexArrayObjectOES to the buffer.
deleteVertexArrayOES(arrayObject:VertexArrayObjectOES):Void
Deletes a given WebGLVertexArrayObjectOES.
isVertexArrayOES(arrayObject:VertexArrayObjectOES):Bool
Returns true if a given object is a WebGLVertexArrayObjectOES.