Popov72 před 4 roky
rodič
revize
3d2438b3a4
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {