Skip to content

API Reference / @gtkx/gl / disableVertexAttribArray

Function: disableVertexAttribArray()

disableVertexAttribArray(index): void

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

void glDisableVertexAttribArray(GLuint index)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.