Skip to content

Commit 01bc962

Browse files
ryuchihoongreggman
authored andcommitted
Fix a typo in english inter-stage-variables
1 parent 61f1386 commit 01bc962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgpu/lessons/webgpu-inter-stage-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ it didn't have a location. Instead, it was declared as `@builtin(position)`.
152152

153153
That field is **NOT** an inter-stage variable. Instead, it's a `builtin`. It
154154
happens that `@builtin(position)` has a different meaning in a vertex shader vs
155-
a fragment shader. In fact a better way to think about is is vertex shaders
155+
a fragment shader. In fact a better way to think about it is vertex shaders
156156
and fragment shader are just 2 different functions that happen to have a parameter
157157
with the same name.
158158

0 commit comments

Comments
 (0)