Sebastien Vandenberghe 6 년 전
부모
커밋
384df2fe2f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);