소스 검색

Add comment

Popov72 4 년 전
부모
커밋
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 {