public final class EXTGLColorspaceBT2020Linear
extends java.lang.Object
Applications may wish to take advantage of a larger color gamut in the BT.2020 (ITU-R Recommendation BT.2020) color space. These extensions allow applications to do so by communicating to the platform the color space the framebuffer data is in, i.e. BT.2020 color space, as well as the encoding of the framebuffer data, which can be either linear or PQ (Dolby Perceptual Quantizer - SMPTE ST 2084) encoding. Applications are expected to prepare the framebuffer data properly.
Requires KHR_gl_colorspace.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
Accepted as attribute values for
GL_COLORSPACE by CreateWindowSurface, CreatePbufferSurface and CreatePixmapSurface. |
public static final int EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
GL_COLORSPACE by CreateWindowSurface, CreatePbufferSurface and CreatePixmapSurface.Copyright LWJGL. All Rights Reserved. License terms.