Package org.lwjgl.egl
Class EXTGLColorspaceBT2020Linear
- java.lang.Object
-
- org.lwjgl.egl.EXTGLColorspaceBT2020Linear
-
public final class EXTGLColorspaceBT2020Linear extends java.lang.Object
Native bindings to the EXT_gl_colorspace_bt2020_linear extension.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
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
Accepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
.
-
-
-
Field Detail
-
EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
public static final int EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
Accepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
.- See Also:
- Constant Field Values
-
-