API Reference / @gtkx/gl / vertexBindingDivisor
Function: vertexBindingDivisor()
vertexBindingDivisor(
bindingindex,divisor):void
Defined in: generated/commands.d.ts:7753
void glVertexBindingDivisor(GLuint bindingindex, GLuint divisor)
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
bindingindex
number
GLuint
divisor
number
GLuint
Returns
void