Package org.lwjgl.opengles
Class ANGLETextureCompressionDXT3
- java.lang.Object
-
- org.lwjgl.opengles.ANGLETextureCompressionDXT3
-
public final class ANGLETextureCompressionDXT3 extends java.lang.Object
Native bindings to the ANGLE_texture_compression_dxt3 extension.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE
Accepted by theinternalformat
parameter of CompressedTexImage2D and theformat
parameter of CompressedTexSubImage2D.
-
-
-
Field Detail
-
GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE
public static final int GL_COMPRESSED_RGBA_S3TC_DXT3_ANGLE
Accepted by theinternalformat
parameter of CompressedTexImage2D and theformat
parameter of CompressedTexSubImage2D.- See Also:
- Constant Field Values
-
-