Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 10, 2023
1 parent a9df502 commit f4a45e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webgpu/lessons/webgpu-multisampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Some things to note:
Setting `colorAttachment[0].resolveTarget` says to WebGPU, "when all the drawing has finished,
downscale the multisample texture into the texture set on `resolveTarget`. If you have multiple
render passes you probably don't want to resolve until the last pass. We'll it's fastest to
render passes you probably don't want to resolve until the last pass. While it's fastest to
resolve in the last pass it's also perfectly acceptable
to make an empty last render pass to do nothing but resolve.
Just make sure you set the `loadOp` to `'load'`
Expand Down

0 comments on commit f4a45e2

Please sign in to comment.