Skip to content

Commit

Permalink
Update types/three/examples/jsm/loaders/KTX2Loader.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bierema <[email protected]>
  • Loading branch information
svignaud and Methuselah96 authored Dec 11, 2023
1 parent 91b76c1 commit 55bd925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/loaders/KTX2Loader.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { LoadingManager, Loader, CompressedTexture, WebGLRenderer } from '../../../src/Three.js';
import WebGPURenderer from '../renderers/webgpu/WebGPURenderer.js';

export class KTX2Loader extends Loader {
export class KTX2Loader extends Loader<CompressedTexture> {
constructor(manager?: LoadingManager);

setTranscoderPath(path: string): KTX2Loader;
Expand Down

0 comments on commit 55bd925

Please sign in to comment.