Popov72 4 лет назад
Родитель
Сommit
3d2438b3a4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Engines/webgpuEngine.ts

+ 1 - 0
src/Engines/webgpuEngine.ts

@@ -1640,6 +1640,7 @@ export class WebGPUEngine extends Engine {
         }
 
         texture.samplingMode = samplingMode;
+        // TODO WEBGPU have the sampler associated to the texture rebuilt with the new sampling mode
     }
 
     public updateTextureWrappingMode(texture: InternalTexture, wrapU: Nullable<number>, wrapV: Nullable<number> = null, wrapR: Nullable<number> = null): void {