Skip to content

API Reference / @gtkx/gl / disableVertexArrayAttrib

Function: disableVertexArrayAttrib()

disableVertexArrayAttrib(vaobj, index): void

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

void glDisableVertexArrayAttrib(GLuint vaobj, GLuint index)

Provided by GL_VERSION_4_5.

Parameters

vaobj

number

GLuint, object class vertex array

index

number

GLuint

Returns

void

See

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

Released under the MPL-2.0 License.