Skip to content

Commit

Permalink
Merge pull request #172 from Bruce0203/main
Browse files Browse the repository at this point in the history
typo error fix (반한 ->  반환)
  • Loading branch information
diskhkme authored Sep 19, 2024
2 parents 9a0311e + 529019d commit 12c9c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/lessons/ko/webgpu-inter-stage-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ TOC: 스테이지간 변수(Inter-stage Variables)
`xy` 좌표를 두 개의 부호없는 정수인 `vec2u`로 좌표를 변환합니다.
그리고 나서 이를 8로 나누어 8개의 픽셀마다 값이 증가되도록 합니다.
그리고 `x``y` 그리드 좌표를 더하고 2로 나눈 나머지를 계산하여 그 결과를 1과 비교합니다.
그 결과 모든 정수에 대해 1 또는 0 값을 반한합니다.
그 결과 모든 정수에 대해 1 또는 0 값을 반환합니다.
마지막으로 불리언(boolean) 값에 따라 두 개의 값 중 하나를 반환하는 WGSL의 `select` 함수를 사용합니다.
자바스크립트로, `select` 함수는 다음과 같습니다.

Expand Down

0 comments on commit 12c9c53

Please sign in to comment.