package js.html.webgl.extension
Available on js
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:
staticinlineread onlyVERTEX_ARRAY_BINDING_OES:Int = 34229Returns a WebGLVertexArrayObject object when used in the WebGLRenderingContext.getParameter() method as the pname parameter.
bindVertexArrayOES(arrayObject:VertexArrayObject):VoidBinds a given WebGLVertexArrayObject to the buffer.
createVertexArrayOES():VertexArrayObjectCreates a new WebGLVertexArrayObject.
deleteVertexArrayOES(arrayObject:VertexArrayObject):VoidDeletes a given WebGLVertexArrayObject.
isVertexArrayOES(arrayObject:VertexArrayObject):BoolReturns true if a given object is a WebGLVertexArrayObject.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/webgl/extension/OESVertexArrayObject.html