/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class ARBES3Compatibility {
/**
* Accepted by the <internalformat> parameter of CompressedTexImage2D
*/
public static final int GL_COMPRESSED_RGB8_ETC2 = 0x9274,
GL_COMPRESSED_SRGB8_ETC2 = 0x9275,
GL_COMPRESSED_RGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9276,
GL_COMPRESSED_SRGB8_PUNCHTHROUGH_ALPHA1_ETC2 = 0x9277,
GL_COMPRESSED_RGBA8_ETC2_EAC = 0x9278,
GL_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC = 0x9279,
GL_COMPRESSED_R11_EAC = 0x9270,
GL_COMPRESSED_SIGNED_R11_EAC = 0x9271,
GL_COMPRESSED_RG11_EAC = 0x9272,
GL_COMPRESSED_SIGNED_RG11_EAC = 0x9273;
/**
* Accepted by the <target> parameter of Enable and Disable:
*/
public static final int GL_PRIMITIVE_RESTART_FIXED_INDEX = 0x8D69;
/**
* Accepted by the <target> parameter of BeginQuery, EndQuery,
* GetQueryIndexediv and GetQueryiv:
*/
public static final int GL_ANY_SAMPLES_PASSED_CONSERVATIVE = 0x8D6A;
/**
* Accepted by the <value> parameter of the GetInteger* functions:
*/
public static final int GL_MAX_ELEMENT_INDEX = 0x8D6B;
private ARBES3Compatibility() {}
}