Package org.lwjgl.opengl
Class WGLEXTColorspace
java.lang.Object
org.lwjgl.opengl.WGLEXTColorspace
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted as an attribute name byGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.static final intAccepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.static final intAccepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB. -
Method Summary
-
Field Details
-
WGL_COLORSPACE_EXT
public static final int WGL_COLORSPACE_EXTAccepted as an attribute name byGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.- See Also:
-
WGL_COLORSPACE_SRGB_EXT
public static final int WGL_COLORSPACE_SRGB_EXTAccepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.- See Also:
-
WGL_COLORSPACE_LINEAR_EXT
public static final int WGL_COLORSPACE_LINEAR_EXTAccepted as attribute values forCOLORSPACE_EXTbyGetPixelFormatAttribivARB,GetPixelFormatAttribivARBandChoosePixelFormatARB.- See Also:
-