Package org.lwjgl.opengl
Class WGLEXTFramebufferSRGB
- java.lang.Object
-
- org.lwjgl.opengl.WGLEXTFramebufferSRGB
-
public final class WGLEXTFramebufferSRGB extends java.lang.Object
Native bindings to the WGL_EXT_framebuffer_sRGB extension.WGL functionality for
EXT_framebuffer_sRGB
.Requires
WGL_EXT_extensions_string
andWGL_ARB_pixel_format
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by thepiAttributes
parameter of wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and thepiAttribIList
andpfAttribIList
of wglChoosePixelFormatEXT.
-
-
-
Field Detail
-
WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT
public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by thepiAttributes
parameter of wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and thepiAttribIList
andpfAttribIList
of wglChoosePixelFormatEXT.- See Also:
- Constant Field Values
-
-