API Reference / @gtkx/gl / enableVertexAttribArray
Function: enableVertexAttribArray()
enableVertexAttribArray(
index):void
Defined in: generated/commands.d.ts:1996
void glEnableVertexAttribArray(GLuint index)
Provided by GL_VERSION_2_0. Also known as glEnableVertexAttribArrayARB.
Parameters
index
number
GLuint
Returns
void