2005-02-15 12:05:36 +01:00
|
|
|
/* MACHINE GENERATED FILE, DO NOT EDIT */
|
|
|
|
|
|
2004-02-08 21:41:00 +01:00
|
|
|
package org.lwjgl.opengl;
|
2004-01-29 23:08:59 +01:00
|
|
|
|
2005-05-05 12:02:45 +02:00
|
|
|
import org.lwjgl.LWJGLException;
|
|
|
|
|
import org.lwjgl.BufferChecks;
|
|
|
|
|
import java.nio.*;
|
2004-11-25 23:20:45 +01:00
|
|
|
|
2005-02-15 12:05:36 +01:00
|
|
|
public final class NVTextureCompressionVTC {
|
2005-02-16 13:58:40 +01:00
|
|
|
public static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83f0;
|
2005-06-29 09:39:28 +02:00
|
|
|
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;
|
2004-01-29 23:08:59 +01:00
|
|
|
|
2004-07-31 11:34:09 +02:00
|
|
|
private NVTextureCompressionVTC() {
|
|
|
|
|
}
|
2005-02-15 12:05:36 +01:00
|
|
|
|
2004-01-29 23:08:59 +01:00
|
|
|
}
|