Sebastien Vandenberghe %!s(int64=6) %!d(string=hai) anos
pai
achega
384df2fe2f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Engines/WebGPU/webgpuShaderProcessors.ts

+ 1 - 0
src/Engines/WebGPU/webgpuShaderProcessors.ts

@@ -72,6 +72,7 @@ export class WebGPUShaderProcessor implements IShaderProcessor {
         }
 
         // Flip Y.
+        // TODO WEBGPU. Triple check this part and wait on Google News for this issue.
         if (!isFragment) {
             const lastClosingCurly = code.lastIndexOf("}");
             code = code.substring(0, lastClosingCurly);