Skip to content

Commit

Permalink
update Vulkan maxColorAttachments
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Jun 27, 2022
1 parent d53c30f commit 3956405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion correspondence/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ User agents are not required to use these formulas and may expose whatever they
<tr>
<th>`maxColorAttachments`
<td>[#2820](https://github.com/gpuweb/gpuweb/issues/2820)
<td>`maxFragmentOutputAttachments`
<td>`min(maxColorAttachments, maxFragmentOutputAttachments)`
<td>`Maximum number of color render targets per render
pass descriptor`
<td>8 = `D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT`
Expand Down

0 comments on commit 3956405

Please sign in to comment.