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