pixi.js
    Preparing search index...

    Variable loadDDSConst Advanced

    loadDDS: {
        extension: {
            name: string;
            priority: LoaderParserPriority;
            type: LoadParser;
        };
        name: string;
        load<T>(
            url: string,
            _asset: ResolvedAsset,
            loader: Loader,
        ): Promise<Texture<TextureSource<any>> | Texture<TextureSource<any>>[]>;
        test(url: string): boolean;
        unload(
            texture: Texture<TextureSource<any>> | Texture<TextureSource<any>>[],
        ): void;
    } = ...

    Loads DDS textures.

    Type declaration