Skip to content

API Reference / @gtkx/gl / vertexAttribDivisor

Function: vertexAttribDivisor()

vertexAttribDivisor(index, divisor): void

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

void glVertexAttribDivisor(GLuint index, GLuint divisor)

Provided by GL_VERSION_3_3.

Parameters

index

number

GLuint

divisor

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.