Skip to content

API Reference / @gtkx/gl / bindVertexArray

Function: bindVertexArray()

bindVertexArray(array): void

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

void glBindVertexArray(GLuint array)

Provided by GL_VERSION_3_0.

Parameters

array

number

GLuint, object class vertex array

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glBindVertexArray.xhtml

Released under the MPL-2.0 License.