bindings/webgl_compressed_texture_pvrtc library

WebGL WEBGL_compressed_texture_pvrtc Extension Specification

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

Classes

WEBGLCompressedTexturePvrtc
The extension is part of the WebGL API and exposes four PVRTC 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.