Baseline Widely available
Note: This feature is available in Web Workers.
The WebGLRenderingContext.disableVertexAttribArray()
method of the WebGL API turns the generic vertex attribute array off at a given index position.
disableVertexAttribArray(index)
Parameters
index
A GLuint
specifying the index of the vertex attribute to disable.
None (undefined
).
gl.disableVertexAttribArray(0);
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4