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