Interface WEBGL_color_buffer_float
interface WEBGL_color_buffer_float {
FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297;
RGBA32F_EXT: 34836;
UNSIGNED_NORMALIZED_EXT: 35863;
}
FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT: 33297;
RGBA32F_EXT: 34836;
UNSIGNED_NORMALIZED_EXT: 35863;
}
Was this helpful?
The
WEBGL_color_buffer_floatextension is part of the WebGL API and adds the ability to render to 32-bit floating-point color buffers.MDN Reference