Popov72 %!s(int64=4) %!d(string=hai) anos
pai
achega
3d2438b3a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {