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
7 changes: 6 additions & 1 deletion chapters/commonvalidity/copy_image_device_memory_common.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
pname:pCopyMemoryInfo->image must: not have been created with
ename:VK_IMAGE_CREATE_PROTECTED_BIT
* [[VUID-{refpage}-commandBuffer-13104]]
If the queue family used to create the slink:VkCommandPool which
If
ifdef::VK_KHR_maintenance11[]
the <<features-maintenance11,pname:maintenance11>> feature is not
enabled, and
endif::VK_KHR_maintenance11[]
the queue family used to create the slink:VkCommandPool which
pname:commandBuffer was allocated from does not support
ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT, the
pname:addressRange.pname:address member of any element of
Expand Down