public final class WGLEXTColorspace
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 pixel formats which will be rendered to in sRGB by OpenGL/ES contexts supporting that capability.
Requires OpenGL 3.0.
| Modifier and Type | Field and Description |
|---|---|
static int |
WGL_COLORSPACE_EXT
Accepted as an attribute name by
GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB. |
static int |
WGL_COLORSPACE_LINEAR_EXT
Accepted as attribute values for
COLORSPACE_EXT by GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB. |
static int |
WGL_COLORSPACE_SRGB_EXT
Accepted as attribute values for
COLORSPACE_EXT by GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB. |
public static final int WGL_COLORSPACE_EXT
GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB.public static final int WGL_COLORSPACE_SRGB_EXT
COLORSPACE_EXT by GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB.public static final int WGL_COLORSPACE_LINEAR_EXT
COLORSPACE_EXT by GetPixelFormatAttribivARB, GetPixelFormatAttribivARB and ChoosePixelFormatARB.Copyright LWJGL. All Rights Reserved. License terms.