// Copyright 2020-2022 The Khronos Group Inc. // // SPDX-License-Identifier: CC-BY-4.0 // Common Valid Usage // Common to VkImageCopy* struct ifndef::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[] * [[VUID-{refpage}-aspectMask-00137]] The pname:aspectMask member of pname:srcSubresource and pname:dstSubresource must: match endif::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[] ifndef::VK_VERSION_1_1,VK_KHR_maintenance1[] * [[VUID-{refpage}-layerCount-00138]] The pname:layerCount member of pname:srcSubresource and pname:dstSubresource must: match endif::VK_VERSION_1_1,VK_KHR_maintenance1[] * [[VUID-{refpage}-extent-06668]] pname:extent.width must: not be 0 * [[VUID-{refpage}-extent-06669]] pname:extent.height must: not be 0 * [[VUID-{refpage}-extent-06670]] pname:extent.depth must: not be 0 // Common Valid Usage