Package org.lwjgl.opengl
Class WGLEXTColorspace
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTColorspace
-
public final class WGLEXTColorspace extends java.lang.ObjectNative 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 and Description static intWGL_COLORSPACE_EXTAccepted as an attribute name byGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.static intWGL_COLORSPACE_LINEAR_EXT
WGL_COLORSPACE_SRGB_EXTAccepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.
-
-
-
Field Detail
-
WGL_COLORSPACE_EXT
Accepted as an attribute name byGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.
-
WGL_COLORSPACE_SRGB_EXT, WGL_COLORSPACE_LINEAR_EXT
Accepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.
-
-