Skip to content

API Reference / @gtkx/gl / bindVertexArray

Function: bindVertexArray()

bindVertexArray(array): void

Defined in: generated/commands.d.ts:334

void glBindVertexArray(GLuint array)

Provided by GL_VERSION_3_0. Registry note: Reuse ARB_vertex_array_object Also provided by the GL_ARB_vertex_array_object extension. Also known as glBindVertexArrayOES. GLX render opcode 350.

Parameters

array

number

GLuint, object class vertex array

Returns

void

Released under the MPL-2.0 License.