1// Copyright 2020-2021 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5// Common Valid Usage 6// Common to VkImageBlit* structures 7 * [[VUID-{refpage}-aspectMask-00238]] 8 The pname:aspectMask member of pname:srcSubresource and 9 pname:dstSubresource must: match 10 * [[VUID-{refpage}-layerCount-00239]] 11 The pname:layerCount member of pname:srcSubresource and 12 pname:dstSubresource must: match 13// Common Valid Usage 14