glVertexAttribDivisor

modify the rate at which generic vertex attributes advance during instanced rendering

Signature

glVertexAttribDivisor( GLuint ( index ) , GLuint ( divisor ) )-> void
glVertexAttribDivisor( index , divisor )

Parameters

VariablesDescription
index
Specify the index of the generic vertex attribute.
divisor
Specify the number of instances that will pass between updates of the generic attribute at slot index .