• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 VkBufferImageCopy* struct
7  * [[VUID-{refpage}-bufferRowLength-00195]]
8    pname:bufferRowLength must: be `0`, or greater than or equal to the
9    pname:width member of pname:imageExtent
10  * [[VUID-{refpage}-bufferImageHeight-00196]]
11    pname:bufferImageHeight must: be `0`, or greater than or equal to the
12    pname:height member of pname:imageExtent
13  * [[VUID-{refpage}-aspectMask-00212]]
14    The pname:aspectMask member of pname:imageSubresource must: only have a
15    single bit set
16// Common Valid Usage
17