public final class NVTextureCompressionS3TC
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_COMPRESSED_RGB_S3TC_DXT1_NV
Accepted by the
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_RGBA_S3TC_DXT1_NV
Accepted by the
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_RGBA_S3TC_DXT3_NV
Accepted by the
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D. |
static int |
GL_COMPRESSED_RGBA_S3TC_DXT5_NV
Accepted by the
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D. |
public static final int GL_COMPRESSED_RGB_S3TC_DXT1_NV
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_NV
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.public static final int GL_COMPRESSED_RGBA_S3TC_DXT3_NV
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.public static final int GL_COMPRESSED_RGBA_S3TC_DXT5_NV
internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.Copyright LWJGL. All Rights Reserved. License terms.