Skip to content

API Reference / @gtkx/gl / disableVertexAttribArray

Function: disableVertexAttribArray()

disableVertexAttribArray(index): void

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

void glDisableVertexAttribArray(GLuint index)

Provided by GL_VERSION_2_0. Also known as glDisableVertexAttribArrayARB.

Parameters

index

number

GLuint

Returns

void

Released under the MPL-2.0 License.