Package org.lwjgl.opengl
Class WGLARBFramebufferSRGB
- java.lang.Object
-
- org.lwjgl.opengl.WGLARBFramebufferSRGB
-
public final class WGLARBFramebufferSRGB extends java.lang.Object
Native bindings to the WGL_ARB_framebuffer_sRGB extension.WGL functionality for
ARB_framebuffer_sRGB
.Requires
WGL_EXT_extensions_string
,WGL_ARB_pixel_format
andARB_framebuffer_object
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB
Accepted by theattributes
parameter ofGetPixelFormatAttribivARB
and theattribIList
ofChoosePixelFormatARB
.
-
-
-
Field Detail
-
WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB
public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB
Accepted by theattributes
parameter ofGetPixelFormatAttribivARB
and theattribIList
ofChoosePixelFormatARB
.- See Also:
- Constant Field Values
-
-