Skip to content

Commit

Permalink
[editorial] Fix "validating shader binding" argument name. (gpuweb#4462)
Browse files Browse the repository at this point in the history
* [editorial] Fix "validating shader binding" argument name.

* Update spec/index.bs

---------

Co-authored-by: Kai Ninomiya <[email protected]>
  • Loading branch information
jimblandy and kainino0x authored Jan 24, 2024
1 parent e384bc7 commit 7cb18d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7404,7 +7404,7 @@ typedef double GPUPipelineConstantValue; // May represent WGSL's bool, f32, i32,
</div>

<div algorithm>
<dfn abstract-op>validating shader binding</dfn>(binding, layout)
<dfn abstract-op>validating shader binding</dfn>(|variable|, |layout|)

**Arguments:**

Expand Down

0 comments on commit 7cb18d2

Please sign in to comment.