Package org.lwjgl.opengles
Class ANGLETextureCompressionDXT1
- java.lang.Object
-
- org.lwjgl.opengles.ANGLETextureCompressionDXT1
-
public final class ANGLETextureCompressionDXT1 extends java.lang.Object
Native bindings to the ANGLE_texture_compression_dxt1 extension.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE
GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLEAccepted by theinternalformat
parameter of CompressedTexImage2D and theformat
parameter of CompressedTexSubImage2D.
-
-
-
Field Detail
-
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE, GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE
Accepted by theinternalformat
parameter of CompressedTexImage2D and theformat
parameter of CompressedTexSubImage2D.
-
-