Browse Source

TODO Upgrade

Sebastien Vandenberghe 6 năm trước cách đây
mục cha
commit
aa9e0dcd4d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {