Merge pull request #713 from KhronosGroup/tobin_descriptor_ds_image_vu

Add VU for depth/stencil image descriptor
This commit is contained in:
Jon Leech 2018-07-01 17:18:10 -07:00 committed by GitHub
commit 07d059c798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2610,6 +2610,10 @@ ifdef::VK_VERSION_1_1,VK_KHR_maintenance1[]
pname:imageView must: not be 2D or 2D array image view created from a 3D
image
endif::VK_VERSION_1_1,VK_KHR_maintenance1[]
* If pname:imageView is created from a depth/stencil image, the
pname:aspectMask used to create the pname:imageView must: include either
ename:VK_IMAGE_ASPECT_DEPTH_BIT or ename:VK_IMAGE_ASPECT_STENCIL_BIT but
not both.
* [[VUID-VkDescriptorImageInfo-imageLayout-00344]]
pname:imageLayout must: match the actual elink:VkImageLayout of each
subresource accessible from pname:imageView at the time this descriptor