Liking cljdoc? Tell your friends :D
ClojureScript only.

web.gl-ext.WEBGL_compressed_texture_astc

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.
raw docstring

get-supported-profilescljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close