提交 4673a77d 编写于 作者: L linbingquan

remove useless code

上级 cb4049d3
......@@ -12,13 +12,6 @@ export class KTX2Loader extends CompressedTextureLoader {
detectSupport( renderer: WebGLRenderer ): KTX2Loader;
initModule(): void;
load(
url: string,
onLoad: ( texture: CompressedTexture ) => void,
onProgress?: ( event: ProgressEvent ) => void,
onError?: ( event: ErrorEvent ) => void
): CompressedTexture;
parse(
buffer: ArrayBuffer,
onLoad: ( texture: CompressedTexture ) => void,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册