You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current wording for the pRects parameter of vkCmdClearAttachments is:
pRects is a pointer to an array of VkClearRect structures defining regions within each selected attachment to clear.
It's not immediately clear from this text whether "within each selected attachment" means that each rect is associated with a single attachment, or all attachments.
Perhaps the wording should be something like "within all selected attachments."
The text was updated successfully, but these errors were encountered:
Yeah there are some other hints that's how it works, like the valid usage, what threw me off personally was the word "selected" when there is no language in vkCmdClearAttachments or VkClearAttachment that uses the word "select" and so it's possible to interpret the documentation for this command as each rect clearing a single "selected" attachment via some "selection" mechanism.
Additionally, the documentation of VkClearRect uses the wording "the attachment image view" suggesting that it corresponds to a single attachment.
The current wording for the pRects parameter of vkCmdClearAttachments is:
It's not immediately clear from this text whether "within each selected attachment" means that each rect is associated with a single attachment, or all attachments.
Perhaps the wording should be something like "within all selected attachments."
The text was updated successfully, but these errors were encountered: