From 24458d04bd5f22ac2f7d87f0519a788b9b4b1b6a Mon Sep 17 00:00:00 2001 From: Bruce0203 Date: Wed, 25 Sep 2024 20:03:45 +0900 Subject: [PATCH] =?UTF-8?q?fix=20typo=20error:=20=EB=A1=9C=ED=9D=94?= =?UTF-8?q?=EC=AA=BD=20->=20=20=EC=98=A4=EB=A5=B8=EC=AA=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webgpu/lessons/ko/webgpu-textures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgpu/lessons/ko/webgpu-textures.md b/webgpu/lessons/ko/webgpu-textures.md index c42795ae..0bcfc0f3 100644 --- a/webgpu/lessons/ko/webgpu-textures.md +++ b/webgpu/lessons/ko/webgpu-textures.md @@ -1145,7 +1145,7 @@ canvas { {{{example url="../webgpu-simple-textured-quad-mipmapfilter.html"}}} -왼쪽 위의 경우 모든 필터링을 `nearest`로, 로흔쪽 아래의 경우 모든 필터링을 `linear`로 설정한 것의 차이가 보이시나요? +왼쪽 위의 경우 모든 필터링을 `nearest`로, 오른쪽 아래의 경우 모든 필터링을 `linear`로 설정한 것의 차이가 보이시나요? 특히이 예제에서는 `mipmapFilter`를 추가했기 때문에 이미지를 클릭하면 모든 레벨이 다른 색상으로 그려진 체크 무늬의 텍스처가 보이고 위쪽의 경우 모든 `mipmapFilter`가 `nearest`인 경우이니