// Copyright 2020-2021 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

// Common Valid Usage
// Common to VkImageResolve* struct
  * [[VUID-{refpage}-aspectMask-00266]]
    The pname:aspectMask member of pname:srcSubresource and
    pname:dstSubresource must: only contain ename:VK_IMAGE_ASPECT_COLOR_BIT
  * [[VUID-{refpage}-layerCount-00267]]
    The pname:layerCount member of pname:srcSubresource and
    pname:dstSubresource must: match
// Common Valid Usage
