Package org.lwjgl.opengl
Class WGLEXTColorspace
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTColorspace
-
public final class WGLEXTColorspace extends java.lang.Object
Native bindings to the WGL_EXT_colorspace extension.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
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
WGL_COLORSPACE_EXT
Accepted as an attribute name byGetPixelFormatAttribivARB
,GetPixelFormatAttribivARB
andChoosePixelFormatARB
.static int
WGL_COLORSPACE_LINEAR_EXT
WGL_COLORSPACE_SRGB_EXTAccepted as attribute values forCOLORSPACE_EXT
byGetPixelFormatAttribivARB
,GetPixelFormatAttribivARB
andChoosePixelFormatARB
.
-
-
-
Field Detail
-
WGL_COLORSPACE_EXT
Accepted as an attribute name byGetPixelFormatAttribivARB
,GetPixelFormatAttribivARB
andChoosePixelFormatARB
.
-
WGL_COLORSPACE_SRGB_EXT, WGL_COLORSPACE_LINEAR_EXT
Accepted as attribute values forCOLORSPACE_EXT
byGetPixelFormatAttribivARB
,GetPixelFormatAttribivARB
andChoosePixelFormatARB
.
-
-