org.lwjgl.opengl.GLXARBFramebufferSRGB Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opengl Show documentation
Show all versions of lwjgl-opengl Show documentation
The most widely adopted 2D and 3D graphics API in the industry, bringing thousands of applications to a wide variety of computer platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/**
* Native bindings to the GLX_ARB_framebuffer_sRGB extension.
*
* GLX functionality for {@link ARBFramebufferSRGB ARB_framebuffer_sRGB}.
*/
public final class GLXARBFramebufferSRGB {
/** Accepted by the {@code attribList} parameter of {@link GLX#glXChooseVisual ChooseVisual}, and by the {@code attrib} parameter of {@link GLX#glXGetConfig GetConfig}. */
public static final int GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB = 0x20B2;
private GLXARBFramebufferSRGB() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy