Skip to content

Commit

Permalink
Removed Parse from KTX2Loader.d.ts
Browse files Browse the repository at this point in the history
See #345
  • Loading branch information
Archimagus committed Mar 19, 2024
1 parent ba6a58d commit 09466ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/loaders/KTX2Loader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ export class KTX2Loader extends CompressedTextureLoader {
setWorkerLimit(limit: number): KTX2Loader
detectSupport(renderer: WebGLRenderer): KTX2Loader
dispose(): KTX2Loader

parse(
buffer: ArrayBuffer,
onLoad: (texture: CompressedTexture) => void,
onError?: (event: ErrorEvent) => void,
): KTX2Loader
}

0 comments on commit 09466ab

Please sign in to comment.