Class EXTTextureCompressionS3TCSRGB

java.lang.Object
org.lwjgl.opengles.EXTTextureCompressionS3TCSRGB

public final class EXTTextureCompressionS3TCSRGB extends Object
Native bindings to the EXT_texture_compression_s3tc_srgb extension.

This extension adds new compressed color texture formats using S3TC with nonlinear sRGB color components.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
    static final int
    In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
    static final int
    In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
    static final int
    In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GL_COMPRESSED_SRGB_S3TC_DXT1_EXT

      public static final int GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
      In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.

      In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D, TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..

      See Also:
    • GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT

      public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
      In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.

      In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D, TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..

      See Also:
    • GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT

      public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
      In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.

      In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D, TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..

      See Also:
    • GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT

      public static final int GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT
      In extended OpenGL ES 2 these new tokens are accepted by the internalformat parameter of TexImage2D, CompressedTexImage2D, TexStorage2DEXT, TextureStorage2DEXT and the format parameter of CompressedTexSubImage2D.

      In extended OpenGL ES 3 these new tokens are also accepted by the internalformat parameter of TexImage2D, TexImage3D, CompressedTexImage3D, TexStorage2D, TexStorage3D, TexStorage3DEXT, TextureStorage3DEXT and the format parameter of CompressedTexSubImage3D..

      See Also: