gameforge - v0.1.12
    Preparing search index...

    Type Alias CompressedTextureExtensions

    Compressed texture extensions

    type 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;
    }
    Index

    Properties

    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