3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
import type { COMPRESSED_TEXTURE_FORMATS, KTXTexture } from '../types';
|
|
export declare function getTextureFormatFromKTXTexture(ktxTexture: KTXTexture): COMPRESSED_TEXTURE_FORMATS;
|