• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 VkImageCopy* struct
7ifndef::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
8  * [[VUID-{refpage}-aspectMask-00137]]
9    The pname:aspectMask member of pname:srcSubresource and
10    pname:dstSubresource must: match
11endif::VK_VERSION_1_1,VK_KHR_sampler_ycbcr_conversion[]
12ifndef::VK_VERSION_1_1,VK_KHR_maintenance1[]
13  * [[VUID-{refpage}-layerCount-00138]]
14    The pname:layerCount member of pname:srcSubresource and
15    pname:dstSubresource must: match
16endif::VK_VERSION_1_1,VK_KHR_maintenance1[]
17  * [[VUID-{refpage}-extent-06668]]
18    pname:extent.width must: not be 0
19  * [[VUID-{refpage}-extent-06669]]
20    pname:extent.height must: not be 0
21  * [[VUID-{refpage}-extent-06670]]
22    pname:extent.depth must: not be 0
23// Common Valid Usage
24