Sebastien Vandenberghe 6 years ago
parent
commit
384df2fe2f
1 changed files with 1 additions and 0 deletions
  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.
         // Flip Y.
+        // TODO WEBGPU. Triple check this part and wait on Google News for this issue.
         if (!isFragment) {
         if (!isFragment) {
             const lastClosingCurly = code.lastIndexOf("}");
             const lastClosingCurly = code.lastIndexOf("}");
             code = code.substring(0, lastClosingCurly);
             code = code.substring(0, lastClosingCurly);