Explorar el Código

Fix Linux Build

sebavan hace 6 años
padre
commit
87684c25e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;