🏠 New in High Baseline Support: OES_vertex_array_object WebGL extension
October 30, 2020
caniuse · mdn · spec
The OES_vertex_array_object extension for WebGL 1.0 contexts adds vertex array objects (VAOs) which encapsulate vertex array states. These objects keep pointers to vertex data and names for different sets of vertex data.
Source features
api.WebGLVertexArrayObjectOES [mdn]
api.OES_vertex_array_object [mdn]
api.OES_vertex_array_object.bindVertexArrayOES [mdn]
api.OES_vertex_array_object.createVertexArrayOES [mdn]
api.OES_vertex_array_object.deleteVertexArrayOES [mdn]
api.OES_vertex_array_object.isVertexArrayOES [mdn]