Merge pull request #63 from philiptaylor/buffer-image-copy
VkBufferImageCopy: Fix references to subresources
This commit is contained in:
commit
85e962fb62
|
@ -1018,9 +1018,9 @@ maintained in the master branch of the Khronos Vulkan Github project.
|
|||
<usage> pname:imageExtent.height must: be a multiple of the block height or (pname:imageExtent.height + pname:imageOffset.y) must: equal the image subresource height</usage>
|
||||
<usage> pname:imageExtent.depth must: be a multiple of the block depth or (pname:imageExtent.depth + pname:imageOffset.z) must: equal the image subresource depth</usage>
|
||||
<usage>pname:bufferOffset, pname:bufferRowLength, pname:bufferImageHeight and all members of pname:imageOffset and pname:imageExtent must: respect the image transfer granularity requirements of the queue family that it will be submitted against, as described in <<execution-physical-device-enumeration,Physical Device Enumeration>></usage>
|
||||
<usage>The pname:aspectMask member of pname:srcSubresource must: specify aspects present in the calling command's sname:VkImage parameter</usage>
|
||||
<usage>The pname:aspectMask member of pname:pSubresource must: only have a single bit set</usage>
|
||||
<usage>If the calling command's sname:VkImage parameter is of elink:VkImageType ename:VK_IMAGE_TYPE_3D, the pname:baseArrayLayer and pname:layerCount members of both pname:srcSubresource and pname:dstSubresource must: be `0` and `1`, respectively</usage>
|
||||
<usage>The pname:aspectMask member of pname:imageSubresource must: specify aspects present in the calling command's sname:VkImage parameter</usage>
|
||||
<usage>The pname:aspectMask member of pname:imageSubresource must: only have a single bit set</usage>
|
||||
<usage>If the calling command's sname:VkImage parameter is of elink:VkImageType ename:VK_IMAGE_TYPE_3D, the pname:baseArrayLayer and pname:layerCount members of pname:imageSubresource must: be `0` and `1`, respectively</usage>
|
||||
</validity>
|
||||
</type>
|
||||
<type category="struct" name="VkImageResolve">
|
||||
|
|
Loading…
Reference in New Issue