lwjgl2-arm64/src/java/org/lwjgl/opengl/NVTextureCompressionVTC.java

19 lines
514 B
Java
Raw Normal View History

/* MACHINE GENERATED FILE, DO NOT EDIT */
2004-02-08 21:41:00 +01:00
package org.lwjgl.opengl;
import org.lwjgl.LWJGLException;
import org.lwjgl.BufferChecks;
import java.nio.*;
2004-11-25 23:20:45 +01:00
public final class NVTextureCompressionVTC {
public static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83f0;
public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_EXT = 0x83f1;
public static final int GL_COMPRESSED_RGBA_S3TC_DXT3_EXT = 0x83f2;
public static final int GL_COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83f3;
private NVTextureCompressionVTC() {
}
}