bindings/webgl_compressed_texture_etc1 library
WebGL WEBGL_compressed_texture_etc1 Extension Specification
https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_etc1/
Classes
- WEBGLCompressedTextureEtc1
-
The extension is part of the WebGL API and exposes the ETC1
compressed texture format.
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.