UNPKG

@loaders.gl/textures

Version:

Framework-independent loaders for compressed and super compressed (basis) textures

7 lines 454 B
import type { GetUrl, TextureLoaderOptions } from "./texture-api-types.js"; /** * @deprecated Use `load(url, TextureArrayLoader)` for manifest-driven loading. */ export declare function loadImageTextureArray(count: number, getUrl: GetUrl, options?: TextureLoaderOptions): Promise<any>; export declare function getImageArrayUrls(count: number, getUrl: GetUrl, options?: TextureLoaderOptions): Promise<any>; //# sourceMappingURL=load-image-array.d.ts.map