Skip to content

API Reference / @gtkx/gl / vertexArrayAttribBinding

Function: vertexArrayAttribBinding()

vertexArrayAttribBinding(vaobj, attribindex, bindingindex): void

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

void glVertexArrayAttribBinding(GLuint vaobj, GLuint attribindex, GLuint bindingindex)

Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Vertex Array object functions.

Parameters

vaobj

number

GLuint, object class vertex array

attribindex

number

GLuint

bindingindex

number

GLuint

Returns

void

Released under the MPL-2.0 License.