Browse Source

Fix Linux Build

sebavan 6 years ago
parent
commit
87684c25e4
1 changed files with 1 additions and 1 deletions
  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 _maxBindingsPerSet = 16;