Skip to content

API Reference / @gtkx/gl / vertexAttribBinding

Function: vertexAttribBinding()

vertexAttribBinding(attribindex, bindingindex): void

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

void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)

Provided by GL_VERSION_4_3. Registry note: Reuse commands from ARB_vertex_attrib_binding Also provided by the GL_ARB_vertex_attrib_binding extension.

Parameters

attribindex

number

GLuint

bindingindex

number

GLuint

Returns

void

Released under the MPL-2.0 License.