소스 검색

TODO Upgrade

Sebastien Vandenberghe 6 년 전
부모
커밋
aa9e0dcd4d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Engines/WebGPU/webgpuShaderProcessors.ts

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

@@ -79,6 +79,7 @@ export class WebGPUShaderProcessor implements IShaderProcessor {
             const uniformType = match[1];
             const name = match[2];
 
+            // TODO WEBGPU. Ensures it does not conflict with some of today's used construct for shadows.
             if (uniformType.indexOf("texture") === 0 || uniformType.indexOf("sampler") === 0) {
                 let samplerInfo = _knownSamplers[name];
                 if (!samplerInfo) {