Package org.lwjgl.opengles
Class NVTextureCompressionS3TC
- java.lang.Object
-
- org.lwjgl.opengles.NVTextureCompressionS3TC
-
public final class NVTextureCompressionS3TC extends java.lang.Object
Native bindings to the NV_texture_compression_s3tc extension.This extension adds support for S3's S3TC texture compression formats, including DXT1, DXT3, and DXT5. For the DXT1 format, this specification supports an RGB-only mode and a special RGBA mode with single-bit alpha.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_COMPRESSED_RGB_S3TC_DXT1_NV
GL_COMPRESSED_RGBA_S3TC_DXT1_NV
GL_COMPRESSED_RGBA_S3TC_DXT3_NV
GL_COMPRESSED_RGBA_S3TC_DXT5_NVAccepted by theinternalformat
parameter of CompressedTexImage2D and CompressedTexSubImage2D.
-
-
-
Field Detail
-
GL_COMPRESSED_RGB_S3TC_DXT1_NV, GL_COMPRESSED_RGBA_S3TC_DXT1_NV, GL_COMPRESSED_RGBA_S3TC_DXT3_NV, GL_COMPRESSED_RGBA_S3TC_DXT5_NV
Accepted by theinternalformat
parameter of CompressedTexImage2D and CompressedTexSubImage2D.
-
-