web api instance method
WebGLRenderingContext: disableVertexAttribArray() method
Available in workers
The WebGLRenderingContext.disableVertexAttribArray()
method of the WebGL API turns the generic
vertex attribute array off at a given index position.
Syntax
disableVertexAttribArray(index)
Parameters
index- : A
GLuintspecifying the index of the vertex attribute to disable.
- : A
Return value
None (undefined).
Examples
gl.disableVertexAttribArray(0);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.