Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions wgsl/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4786,7 +4786,7 @@ TODO: deduplicate these tables
<td class="nowrap">`clamp(`|e1|`:` |T| `, `|e2|`:` |T|`, `|e3|`:` |T|`) ->` |T|
<td>(GLSLstd450UClamp)
<tr algorithm="vector case, unsigned clamp">
<td>|T| is i32
<td>|T| is u32
<td class="nowrap">`clamp(`|e1|`:` vec|N|<|T|> `, `|e2|`:` vec|N|<|T|>`, `|e3|`:`vec|N|<|T|> `) ->` vec|N|<|T|>
<td>(GLSLstd450UClamp)
<tr algorithm="scalar case, signed clamp">
Expand Down Expand Up @@ -4814,7 +4814,7 @@ TODO: deduplicate these tables
<td class="nowrap">`max(`|e1|`:` |T| `, `|e2|`:` |T|`) ->` |T|
<td>(GLSLstd450UMax)
<tr algorithm="vector case, unsigned max">
<td>|T| is i32
<td>|T| is u32
<td class="nowrap">`max(`|e1|`:` vec|N|<|T|> `, `|e2|`:` vec|N|<|T|>`) ->` vec|N|<|T|>
<td>(GLSLstd450UMax)
<tr algorithm="scalar case, signed max">
Expand All @@ -4830,7 +4830,7 @@ TODO: deduplicate these tables
<td class="nowrap">`min(`|e1|`:` |T| `, `|e2|`:` |T|`) ->` |T|
<td>(GLSLstd450UMin)
<tr algorithm="vector case, unsigned min">
<td>|T| is i32
<td>|T| is u32
<td class="nowrap">`min(`|e1|`:` vec|N|<|T|> `, `|e2|`:` vec|N|<|T|>`) ->` vec|N|<|T|>
<td>(GLSLstd450UMin)
<tr algorithm="scalar case, signed min">
Expand Down