浏览代码

Fix Linux Build

sebavan 6 年之前
父节点
当前提交
87684c25e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Engines/WebGPU/webgpuShaderProcessingContext.ts

+ 1 - 1
src/Engines/WebGPU/webgpuShaderProcessingContext.ts

@@ -1,4 +1,4 @@
-import { ShaderProcessingContext } from "../processors/shaderProcessingOptions";
+import { ShaderProcessingContext } from "../Processors/shaderProcessingOptions";
 
 
 const _maxSets = 4;
 const _maxSets = 4;
 const _maxBindingsPerSet = 16;
 const _maxBindingsPerSet = 16;