lwjgl/src/generated/org/lwjgl/opengl/EXTFramebufferSRGB.java

37 lines
1.1 KiB
Java

/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import java.nio.*;
public final class EXTFramebufferSRGB {
/**
* Accepted by the <attribList> parameter of glXChooseVisual, and by
* the <attrib> parameter of glXGetConfig:
*/
public static final int GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x20b2;
/**
* Accepted by the <piAttributes> parameter of
* wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
* the <piAttribIList> and <pfAttribIList> of wglChoosePixelFormatEXT:
*/
public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x20a9;
/**
* Accepted by the <cap> parameter of Enable, Disable, and IsEnabled,
* and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv,
* and GetDoublev:
*/
public static final int GL_FRAMEBUFFER_SRGB_EXT = 0x8db9;
/**
* Accepted by the <pname> parameter of GetBooleanv, GetIntegerv,
* GetFloatv, and GetDoublev:
*/
public static final int GL_FRAMEBUFFER_SRGB_CAPABLE_EXT = 0x8dba;
private EXTFramebufferSRGB() {
}
}