Package org.lwjgl.egl
Class EXTGLColorspaceDisplayP3
- java.lang.Object
-
- org.lwjgl.egl.EXTGLColorspaceDisplayP3
-
public final class EXTGLColorspaceDisplayP3 extends java.lang.ObjectNative bindings to the EXT_gl_colorspace_display_p3 extension.Applications that want to use the Display-P3 color space (DCI-P3 primaries and linear or sRGB-like transfer function) can use this extension to communicate to the platform that framebuffer contents represent colors in the Display-P3 color space. The application is responsible for producing appropriate framebuffer contents, but will typically use built-in sRGB encoding in OpenGL and OpenGL ES to accomplish this.
Requires
KHR_gl_colorspace.
-
-
Field Summary
Fields Modifier and Type Field Description static intEGL_GL_COLORSPACE_DISPLAY_P3_EXTAccepted as attribute values forGL_COLORSPACEbyCreateWindowSurface,CreatePbufferSurfaceandCreatePixmapSurface.
-
-
-
Field Detail
-
EGL_GL_COLORSPACE_DISPLAY_P3_EXT
public static final int EGL_GL_COLORSPACE_DISPLAY_P3_EXT
Accepted as attribute values forGL_COLORSPACEbyCreateWindowSurface,CreatePbufferSurfaceandCreatePixmapSurface.- See Also:
- Constant Field Values
-
-