Class NVTextureCompressionS3TC

java.lang.Object
org.lwjgl.opengles.NVTextureCompressionS3TC

public final class NVTextureCompressionS3TC extends 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 Details

    • GL_COMPRESSED_RGB_S3TC_DXT1_NV

      public static final int GL_COMPRESSED_RGB_S3TC_DXT1_NV
      Accepted by the internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.
      See Also:
    • GL_COMPRESSED_RGBA_S3TC_DXT1_NV

      public static final int GL_COMPRESSED_RGBA_S3TC_DXT1_NV
      Accepted by the internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.
      See Also:
    • GL_COMPRESSED_RGBA_S3TC_DXT3_NV

      public static final int GL_COMPRESSED_RGBA_S3TC_DXT3_NV
      Accepted by the internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.
      See Also:
    • GL_COMPRESSED_RGBA_S3TC_DXT5_NV

      public static final int GL_COMPRESSED_RGBA_S3TC_DXT5_NV
      Accepted by the internalformat parameter of CompressedTexImage2D and CompressedTexSubImage2D.
      See Also: