bindings/webgl_compressed_texture_etc library
WebGL WEBGL_compressed_texture_etc Extension Specification
https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc/
Classes
- WEBGLCompressedTextureEtc
-
The extension is part of the WebGL API and exposes 10 ETC/EAC
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.