Selaa lähdekoodia

Fix Linux Build

sebavan 6 vuotta sitten
vanhempi
commit
87684c25e4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;