• 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 VkCmdCopyBufferToImage* command buffer
7ifdef::VK_VERSION_1_1[]
8  * [[VUID-{refpage}-commandBuffer-01828]]
9    If pname:commandBuffer is an unprotected command buffer and
10    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
11    pname:srcBuffer must: not be a protected buffer
12  * [[VUID-{refpage}-commandBuffer-01829]]
13    If pname:commandBuffer is an unprotected command buffer and
14    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
15    pname:dstImage must: not be a protected image
16  * [[VUID-{refpage}-commandBuffer-01830]]
17    If pname:commandBuffer is a protected command buffer and
18    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
19    pname:dstImage must: not be an unprotected image
20endif::VK_VERSION_1_1[]
21// Common Valid Usage
22