API Reference / @gtkx/gl / disableVertexArrayAttrib
Function: disableVertexArrayAttrib()
disableVertexArrayAttrib(
vaobj,index):void
Defined in: generated/commands.d.ts:1674
void glDisableVertexArrayAttrib(GLuint vaobj, GLuint index)
Provided by GL_VERSION_4_5. Registry note: Reuse GL_ARB_direct_state_access Also provided by the GL_ARB_direct_state_access extension. GL_ARB_direct_state_access note: Vertex Array object functions.
Parameters
vaobj
number
GLuint, object class vertex array
index
number
GLuint
Returns
void