pixi.js
    Preparing search index...

    Interface WEBGL_compressed_texture_pvrtcAdvanced

    WebGL extensions for compressed textures using the PVRTC format.

    interface WEBGL_compressed_texture_pvrtc {
        COMPRESSED_RGB_PVRTC_2BPPV1_IMG: number;
        COMPRESSED_RGB_PVRTC_4BPPV1_IMG: number;
        COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: number;
        COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: number;
    }
    Index

    Properties

    COMPRESSED_RGB_PVRTC_2BPPV1_IMG: number
    COMPRESSED_RGB_PVRTC_4BPPV1_IMG: number
    COMPRESSED_RGBA_PVRTC_2BPPV1_IMG: number
    COMPRESSED_RGBA_PVRTC_4BPPV1_IMG: number