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/EXT_color_buffer_float below:

EXT_color_buffer_float extension - Web APIs

EXT_color_buffer_float extension

Baseline Widely available

The EXT_color_buffer_float extension is part of WebGL and adds the ability to render a variety of floating point formats.

WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.

Extended methods

The following sized formats become color-renderable:

Color-renderable means:

Examples

gl must be a WebGL2RenderingContext. This extension does not work in WebGL 1 contexts.

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

gl.renderbufferStorage(gl.RENDERBUFFER, gl.RGBA16F, 256, 256);
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.3