瀏覽代碼

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) {