/* MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.opengl; import org.lwjgl.*; import java.nio.*; public final class ARBTextureCompressionBPTC { /** * Accepted by the <internalformat> parameter of TexImage2D, TexImage3D, * CopyTexImage2D, CopyTexImage3D, CompressedTexImage2DARB, and * CompressedTexImage3DARB and the <format> parameter of * CompressedTexSubImage2DARB and CompressedTexSubImage3DARB: */ public static final int GL_COMPRESSED_RGBA_BPTC_UNORM_ARB = 0x8E8C, GL_COMPRESSED_SRGB_ALPHA_BPTC_UNORM_ARB = 0x8E8D, GL_COMPRESSED_RGB_BPTC_SIGNED_FLOAT_ARB = 0x8E8E, GL_COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_ARB = 0x8E8F; private ARBTextureCompressionBPTC() {} }