Popov72 5 سال پیش
والد
کامیت
7afe857c4b
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 { DepthTextureCreationOptions } from './depthTextureCreationOptions';
 import { HardwareTextureWrapper } from '../Materials/Textures/hardwareTextureWrapper';
 import { HardwareTextureWrapper } from '../Materials/Textures/hardwareTextureWrapper';
 import { WebGPUHardwareTexture } from './WebGPU/webgpuHardwareTexture';
 import { WebGPUHardwareTexture } from './WebGPU/webgpuHardwareTexture';
-import { CanvasGenerator } from '../Misc/canvasGenerator';
 
 
 declare type VideoTexture = import("../Materials/Textures/videoTexture").VideoTexture;
 declare type VideoTexture = import("../Materials/Textures/videoTexture").VideoTexture;