Type Alias CompressedTextureExtensions

CompressedTextureExtensions: {
    astc: WEBGL_compressed_texture_astc;
    atc: any;
    bptc: any;
    etc: any;
    etc1: any;
    pvrtc: any;
    s3tc?: WEBGL_compressed_texture_s3tc;
    s3tc_sRGB: WEBGL_compressed_texture_s3tc_srgb;
}

Compressed texture extensions