On this page

Interface WEBGL_color_buffer_float

The WEBGL_color_buffer_float extension is part of the WebGL API and adds the ability to render to 32-bit floating-point color buffers.

MDN Reference

interface WEBGL_color_buffer_float {
    FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297;
    RGBA32F_EXT: 34836;
    UNSIGNED_NORMALIZED_EXT: 35863;
}
Index

Properties

FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297
RGBA32F_EXT: 34836
UNSIGNED_NORMALIZED_EXT: 35863
Was this helpful?
SDK JS
Reference
WEBGL_color_buffer_float