The WEBGL_compressed_texture_astc extension is part of the WebGL and exposes Adaptive Scalable Texture Compression (ASTC) compressed formats to WebGL.
The WEBGL_compressed_texture_astc extension is part of the WebGL and exposes Adaptive Scalable Texture Compression (ASTC) compressed formats to WebGL.
(get-supported-profiles this)
Method.
The WEBGL_compressed_texture_astc.getSupportedProfiles() method an array of strings containing the names of the ASTC profiles by the implementation.
sequence<DOMString> ext.getSupportedProfiles();
See also: https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc/getSupportedProfiles
Method. The WEBGL_compressed_texture_astc.getSupportedProfiles() method an array of strings containing the names of the ASTC profiles by the implementation. `sequence<DOMString> ext.getSupportedProfiles();` See also: `https://developer.mozilla.org/en-US/docs/Web/API/WEBGL_compressed_texture_astc/getSupportedProfiles`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close