bindings/webgl_compressed_texture_s3tc_srgb library

WebGL WEBGL_compressed_texture_s3tc_srgb Extension Specification

https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/

Classes

WEBGLCompressedTextureS3tcSrgb
The extension is part of the WebGL API and exposes four S3TC compressed texture formats for the sRGB colorspace. Compressed textures reduce the amount of memory needed to store a texture on the GPU, allowing for higher resolution textures or more of the same resolution textures. WebGL extensions are available using the WebGLRenderingContext.getExtension() method. For more information, see also Using Extensions in the WebGL tutorial.