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)indexA GLuint specifying the index of the vertex attribute to disable.
None (undefined).
gl.disableVertexAttribArray(0);