Skip to content

Commit

Permalink
Fix formatting issues in VK_KHR_maintenance5 proposal (#2180)
Browse files Browse the repository at this point in the history
* Fix formatting issue

* Remove unnecessary backticks
  • Loading branch information
SaschaWillems authored Aug 2, 2023
1 parent f54b6fa commit 7ceac74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/VK_KHR_maintenance5.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Some hardware performs sample counting after multisample coverage operations whe

=== VK_WHOLE_SIZE for pSizes argument of vkCmdBindVertexBuffers2

`pSizes` in `vkCmdBindVertexBuffers2` unintentionally does not support `VK_WHOLE_SIZE`.
`pSizes` in `vkCmdBindVertexBuffers2` unintentionally does not support `VK_WHOLE_SIZE`.

=== vkGetImageSubresourceLayout query without having to create a dummy image

Expand Down Expand Up @@ -116,7 +116,7 @@ SPIR-V to reduce duplicated work at pipeline creation.

In practice though, few implementations do anything useful with these objects, and they
end up just being an unnecessary copy and a waste of memory while they
exist.```
exist.
They also are yet another object for applications to manage, which is
development overhead that would be useful to remove.

Expand Down

0 comments on commit 7ceac74

Please sign in to comment.