Package org.lwjgl.opengl
Class GLXEXTFramebufferSRGB
- java.lang.Object
-
- org.lwjgl.opengl.GLXEXTFramebufferSRGB
-
public final class GLXEXTFramebufferSRGB extends java.lang.Object
Native bindings to the GLX_EXT_framebuffer_sRGB extension.GLX functionality for
EXT_framebuffer_sRGB
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by theattribList
parameter of glXChooseVisual, and by theattrib
parameter of glXGetConfig.
-
-
-
Field Detail
-
GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
public static final int GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by theattribList
parameter of glXChooseVisual, and by theattrib
parameter of glXGetConfig.- See Also:
- Constant Field Values
-
-