getCompressedTextureFormatSupported

Determines if a compressed texture format is supported.

Return

Whether or not the format is supported.

Parameters

format

The texture format. May be the name of the format or the WebGL extension name, e.g. s3tc or WEBGL_compressed_texture_s3tc.

See also