download
raw
425 Bytes
import { LoadingManager, CompressedTextureLoader, PixelFormat, CompressedPixelFormat } from 'three'
export interface KTX {
mipmaps: object[]
width: number
height: number
format: PixelFormat | CompressedPixelFormat
mipmapCount: number
isCubemap: boolean
}
export class KTXLoader extends CompressedTextureLoader {
constructor(manager?: LoadingManager)
parse(buffer: ArrayBuffer, loadMipmaps: boolean): KTX
}

Xet Storage Details

Size:
425 Bytes
·
Xet hash:
dbce309fc8207398a702654131c0b7ac146d73d7416ee5d2a6021a5cbf9fd9db

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.