Package org.lwjgl.opengl
Class EXTTextureCompressionS3TC
java.lang.Object
org.lwjgl.opengl.EXTTextureCompressionS3TC
Native bindings to the EXT_texture_compression_s3tc extension.
This extension provides additional texture compression functionality specific to S3's S3TC format (called DXTC in Microsoft's DirectX API), subject to
all the requirements and limitations described by the extension ARB_texture_compression.
This extension supports DXT1, DXT3, and DXT5 texture compression formats. For the DXT1 image format, this specification supports an RGB-only mode and a special RGBA mode with single-bit "transparent" alpha.
Requires ARB_texture_compression.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.static final intAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.static final intAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.static final intAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D. -
Method Summary
-
Field Details
-
GL_COMPRESSED_RGB_S3TC_DXT1_EXT
public static final int GL_COMPRESSED_RGB_S3TC_DXT1_EXTAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-
GL_COMPRESSED_RGBA_S3TC_DXT1_EXT
public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_EXTAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-
GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
public static final int GL_COMPRESSED_RGBA_S3TC_DXT3_EXTAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-
GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
public static final int GL_COMPRESSED_RGBA_S3TC_DXT5_EXTAccepted by theinternalformatparameter of TexImage2D, CopyTexImage2D, and CompressedTexImage2D and theformatparameter of CompressedTexSubImage2D.- See Also:
-