UNPKG

@loaders.gl/textures

Version:

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

8 lines 544 B
import { type ImageCubeTexture } from "../composite-image/image-texture-cube.js"; import type { GetUrl, TextureLoaderOptions } from "./texture-api-types.js"; export declare function getImageCubeUrls(getUrl: GetUrl, options: TextureLoaderOptions): Promise<Record<number, string | string[]>>; /** * @deprecated Use `load(url, TextureCubeLoader)` for manifest-driven loading. */ export declare function loadImageTextureCube(getUrl: GetUrl, options?: TextureLoaderOptions): Promise<ImageCubeTexture>; //# sourceMappingURL=load-image-cube.d.ts.map