Skip to content

API Reference / @gtkx/gl / vertexAttribBinding

Function: vertexAttribBinding()

vertexAttribBinding(attribindex, bindingindex): void

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

void glVertexAttribBinding(GLuint attribindex, GLuint bindingindex)

Provided by GL_VERSION_4_3.

Parameters

attribindex

number

GLuint

bindingindex

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.