bindings/ext_texture_compression_bptc library
WebGL EXT_texture_compression_bptc Extension Specification
https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/
Classes
- EXTTextureCompressionBptc
-
The extension is part of the WebGL API and exposes 4 BPTC
compressed texture formats. These compression formats are called
BC7 and BC6H in Microsoft's DirectX API.
WebGL extensions are available using the
WebGLRenderingContext.getExtension()
method. For more information, see also Using Extensions in the WebGL tutorial.