public final class KHRGLColorspace
extends java.lang.Object
Applications may wish to use sRGB format default framebuffers to more easily achieve sRGB rendering to display devices. This extension allows creating EGLSurfaces which will be rendered to in sRGB by OpenGL contexts supporting that capability.
Requires EGL 1.4.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_GL_COLORSPACE_KHR |
static int |
EGL_GL_COLORSPACE_LINEAR_KHR |
static int |
EGL_GL_COLORSPACE_SRGB_KHR |
public static final int EGL_GL_COLORSPACE_KHR
public static final int EGL_GL_COLORSPACE_SRGB_KHR
public static final int EGL_GL_COLORSPACE_LINEAR_KHR
Copyright LWJGL. All Rights Reserved. License terms.