Package org.lwjgl.opengles
Class ANGLETextureCompressionDXT1
java.lang.Object
org.lwjgl.opengles.ANGLETextureCompressionDXT1
Native bindings to the ANGLE_texture_compression_dxt1 extension.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theinternalformatparameter of CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.static final intAccepted by theinternalformatparameter of CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D. -
Method Summary
-
Field Details
-
GL_COMPRESSED_RGB_S3TC_DXT1_ANGLE
public static final int GL_COMPRESSED_RGB_S3TC_DXT1_ANGLEAccepted by theinternalformatparameter of CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-
GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLE
public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_ANGLEAccepted by theinternalformatparameter of CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-