A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/OES_draw_buffers_indexed/disableiOES below:

OES_draw_buffers_indexed: disableiOES() method - Web APIs

OES_draw_buffers_indexed: disableiOES() method

Baseline Widely available

The disableiOES() method of the OES_draw_buffers_indexed WebGL extension enables blending for a particular draw buffer.

Syntax
disableiOES(target, index)
Parameters
target

Must be gl.BLEND.

index

An integer i specifying the draw buffer associated with the constant gl.DRAW_BUFFERi, see WebGL draw buffer constants.

Return value

None (undefined).

Exceptions Examples Disabling blending for draw buffers

The following two calls disable blending for the draw buffers gl.DRAW_BUFFER0 and gl.DRAW_BUFFER1.

const ext = gl.getExtension("OES_draw_buffers_indexed");

ext.disableiOES(gl.BLEND, 0);
ext.disableiOES(gl.BLEND, 1);
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