A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/disableVertexAttribArray below:

WebGLRenderingContext: disableVertexAttribArray() method - Web APIs

WebGLRenderingContext: disableVertexAttribArray() method

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.

Syntax
disableVertexAttribArray(index)
Parameters
index

A GLuint specifying the index of the vertex attribute to disable.

Return value

None (undefined).

Examples
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