bindings/ext_texture_compression_rgtc library
WebGL EXT_texture_compression_rgtc Extension Specification
https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_rgtc/
Classes
- EXTTextureCompressionRgtc
-
The extension is part of the WebGL API and exposes 4 RGTC
compressed texture formats. RGTC is a block-based texture
compression format suited for unsigned and signed red and
red-green textures (Red-Green Texture Compression).
WebGL extensions are available using the
WebGLRenderingContext.getExtension()
method. For more information, see also Using Extensions in the WebGL tutorial.