Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wgsl/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5583,7 +5583,7 @@ The expression must evaluate to a reference with an [=integer scalar=] [=store t
<tr algorithm="decrement statement">
<td class="nowrap">|r| : ref&lt;<var ignore>SC</var>,|T|,[=access/read_write=]&gt;,<br>
|T| is [=integer scalar=]<br>
<td class="nowrap">|r|--
<td class="nowrap">|r|&#45;&#45;
<td>Subtracts 1 from the contents of memory referenced by |r|.
<br>Same as |r| -= |T|(1)
</table>
Expand Down