bindings/webgl_compressed_texture_s3tc library
WebGL WEBGL_compressed_texture_s3tc Khronos Ratified Extension Specification
https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_s3tc/
Classes
- WEBGLCompressedTextureS3tc
-
The extension is part of the WebGL API and exposes four S3TC
compressed texture formats.
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.