glVertexAttribBinding

associate a vertex attribute and a vertex buffer binding

Signature

glVertexAttribBinding( GLuint ( attribindex ) , GLuint ( bindingindex ) )-> void
glVertexAttribBinding( attribindex , bindingindex )

Parameters

VariablesDescription
attribindex
The index of the attribute to associate with a vertex buffer binding.
bindingindex
The index of the vertex buffer binding with which to associate the generic vertex attribute.