Package org.lwjgl.egl
Class EXTGLColorspaceBT2020Linear
java.lang.Object
org.lwjgl.egl.EXTGLColorspaceBT2020Linear
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
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
. -
Method Summary
-
Field Details
-
EGL_GL_COLORSPACE_BT2020_LINEAR_EXT
public static final int EGL_GL_COLORSPACE_BT2020_LINEAR_EXTAccepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
.- See Also:
-