WEBGLCompressedTextureS3tcSrgb
js.html.webgl.extension.WEBGLCompressedTextureS3tcSrgb (extern class)
The WEBGL_compressed_texture_s3tc_srgb
extension is part of the WebGL API and exposes four S3TC compressed texture formats for the sRGB colorspace.
Documentation WEBGL_compressed_texture_s3tc_srgb by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Static Members
COMPRESSED_SRGB_S3TC_DXT1_EXT: Int
A DXT1-compressed image in an sRGB image format.
COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT: Int
A DXT1-compressed image in an sRGB image format with a simple on/off alpha value.
COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT: Int
A DXT3-compressed image in an sRGBA image format.
COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT: Int
A DXT5-compressed image in an sRGBA image format.