UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

3 lines (2 loc) 133 B
import type { KTXTexture } from '../types'; export declare function createLevelBuffersFromKTX(ktxTexture: KTXTexture): Uint8Array[];