API Reference / @gtkx/gl / deleteVertexArray
Function: deleteVertexArray()
deleteVertexArray(
name):void
Defined in: generated/commands.d.ts:8003
Deletes one vertex array object name via glDeleteVertexArrays(1, ...).
Provided by GL_VERSION_3_0. Registry note: Reuse ARB_vertex_array_object Also provided by the GL_ARB_vertex_array_object extension.
Parameters
name
number
GLuint, object class vertex array
Returns
void