mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-25 12:35:11 +00:00
Ignore aspectMask if attachment is unused (#1028)
This commit is contained in:
parent
c5261decf6
commit
f88e5bf20b
@ -1871,14 +1871,14 @@ ifdef::VK_NVX_multiview_per_view_attributes[]
|
||||
ename:VK_SUBPASS_DESCRIPTION_PER_VIEW_POSITION_X_ONLY_BIT_NVX, it must:
|
||||
also include ename:VK_SUBPASS_DESCRIPTION_PER_VIEW_ATTRIBUTES_BIT_NVX.
|
||||
endif::VK_NVX_multiview_per_view_attributes[]
|
||||
* [[VUID-VkSubpassDescription2KHR-aspectMask-03175]]
|
||||
The pname:aspectMask member of any element of pname:pInputAttachments
|
||||
* If the pname:attachment member of any element of pname:pInputAttachments
|
||||
is not ename:VK_ATTACHMENT_UNUSED, then the pname:aspectMask member
|
||||
must: be a valid combination of elink:VkImageAspectFlagBits
|
||||
* [[VUID-VkSubpassDescription2KHR-aspectMask-03176]]
|
||||
The pname:aspectMask member of any element of pname:pInputAttachments
|
||||
* If the pname:attachment member of any element of pname:pInputAttachments
|
||||
is not ename:VK_ATTACHMENT_UNUSED, then the pname:aspectMask member
|
||||
must: not be `0`
|
||||
* [[VUID-VkSubpassDescription2KHR-aspectMask-02529]]
|
||||
The pname:aspectMask member of each element of pname:pInputAttachments
|
||||
* If the pname:attachment member of any element of pname:pInputAttachments
|
||||
is not ename:VK_ATTACHMENT_UNUSED, then the pname:aspectMask member
|
||||
must: not include ename:VK_IMAGE_ASPECT_METADATA_BIT
|
||||
****
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user