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

19 lines
518 B
Java
Raw Normal View History

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