Home
Docs
Install
GL
glVertexAttribBinding
associate a vertex attribute and a vertex buffer binding
Signature
glVertexAttribBinding
(
GLuint (
attribindex
) ,
GLuint (
bindingindex
)
)-> void
glVertexAttribBinding
(
attribindex
,
bindingindex
)
Parameters
Variables
Description
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.
Copyright Notices
This documentation is based on documentation licensed under the
SGI Free Software License B
.