Popov72 5 lat temu
rodzic
commit
7afe857c4b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/Engines/webgpuEngine.ts

+ 0 - 1
src/Engines/webgpuEngine.ts

@@ -29,7 +29,6 @@ import { WebGPUBufferManager } from './WebGPU/webgpuBufferManager';
 import { DepthTextureCreationOptions } from './depthTextureCreationOptions';
 import { HardwareTextureWrapper } from '../Materials/Textures/hardwareTextureWrapper';
 import { WebGPUHardwareTexture } from './WebGPU/webgpuHardwareTexture';
-import { CanvasGenerator } from '../Misc/canvasGenerator';
 
 declare type VideoTexture = import("../Materials/Textures/videoTexture").VideoTexture;