Package org.lwjgl.egl
Class EXTGLColorspaceDisplayP3Passthrough
- java.lang.Object
-
- org.lwjgl.egl.EXTGLColorspaceDisplayP3Passthrough
-
public final class EXTGLColorspaceDisplayP3Passthrough extends java.lang.Object
Native bindings to the EXT_gl_colorspace_display_p3_passthrough extension.Applications that want to use the Display-P3 color space (DCI-P3 primaries with sRGB-like transfer function) can use this extension to communicate to the platform that framebuffer contents represent colors in the non-linear Display-P3 color space.
The application is responsible for producing appropriate framebuffer contents. An application would want to use this extension rather than
EXT_gl_colorspace_display_p3
if they apply the sRGB transfer function themselves and do not need the HW to do it.Requires
KHR_gl_colorspace
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT
Accepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
.
-
-
-
Field Detail
-
EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT
public static final int EGL_GL_COLORSPACE_DISPLAY_P3_PASSTHROUGH_EXT
Accepted as attribute values forGL_COLORSPACE
byCreateWindowSurface
,CreatePbufferSurface
andCreatePixmapSurface
.- See Also:
- Constant Field Values
-
-