/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class ARBTextureCubeMap {
public static final int GL_NORMAL_MAP_ARB = 0x8511,
GL_REFLECTION_MAP_ARB = 0x8512,
GL_TEXTURE_CUBE_MAP_ARB = 0x8513,
GL_TEXTURE_BINDING_CUBE_MAP_ARB = 0x8514,
GL_TEXTURE_CUBE_MAP_POSITIVE_X_ARB = 0x8515,
GL_TEXTURE_CUBE_MAP_NEGATIVE_X_ARB = 0x8516,
GL_TEXTURE_CUBE_MAP_POSITIVE_Y_ARB = 0x8517,
GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_ARB = 0x8518,
GL_TEXTURE_CUBE_MAP_POSITIVE_Z_ARB = 0x8519,
GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB = 0x851A,
GL_PROXY_TEXTURE_CUBE_MAP_ARB = 0x851B,
GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 0x851C;
private ARBTextureCubeMap() {}
}