All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.opengl.GLXEXTFramebufferSRGB Maven / Gradle / Ivy

/*
 * 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_EXT_framebuffer_sRGB extension.
 * 
 * 

GLX functionality for {@link EXTFramebufferSRGB EXT_framebuffer_sRGB}.

*/ public final class GLXEXTFramebufferSRGB { /** Accepted by the {@code attribList} parameter of glXChooseVisual, and by the {@code attrib} parameter of glXGetConfig. */ public static final int GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x20B2; private GLXEXTFramebufferSRGB() {} }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy