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;
}
Type declaration
astc: WEBGL_compressed_texture_astc
atc: any
bptc: any
etc: any
etc1: any
pvrtc: any
Optional
s3tc?: WEBGL_compressed_texture_s3tc
s3tc_sRGB: WEBGL_compressed_texture_s3tc_srgb
Compressed texture extensions