On this page

Interface EXT_color_buffer_half_float

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

MDN Reference

interface EXT_color_buffer_half_float {
    FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297;
    RGB16F_EXT: 34843;
    RGBA16F_EXT: 34842;
    UNSIGNED_NORMALIZED_EXT: 35863;
}
Index

Properties

FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297
RGB16F_EXT: 34843
RGBA16F_EXT: 34842
UNSIGNED_NORMALIZED_EXT: 35863
Was this helpful?
SDK JS
Reference
EXT_color_buffer_half_float