1// Copyright 2020-2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5// Common Valid Usage 6// Common to VkImageResolve* struct 7 * [[VUID-{refpage}-aspectMask-00266]] 8 The pname:aspectMask member of pname:srcSubresource and 9 pname:dstSubresource must: only contain ename:VK_IMAGE_ASPECT_COLOR_BIT 10 * [[VUID-{refpage}-layerCount-00267]] 11 The pname:layerCount member of pname:srcSubresource and 12 pname:dstSubresource must: match 13// Common Valid Usage 14