summaryrefslogtreecommitdiff
path: root/chapters/commonvalidity/resolve_image_command_buffer_common.adoc
blob: d654737e808fb6dd7da9f29ad4d4d54067b9aa31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2020-2023 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0

// Common Valid Usage
// Common to VkCmdResolveImage* command buffer
ifdef::VK_VERSION_1_1[]
  * [[VUID-{refpage}-commandBuffer-01837]]
    If pname:commandBuffer is an unprotected command buffer and
    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
    pname:srcImage must: not be a protected image
  * [[VUID-{refpage}-commandBuffer-01838]]
    If pname:commandBuffer is an unprotected command buffer and
    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
    pname:dstImage must: not be a protected image
  * [[VUID-{refpage}-commandBuffer-01839]]
    If pname:commandBuffer is a protected command buffer and
    <<limits-protectedNoFault, pname:protectedNoFault>> is not supported,
    pname:dstImage must: not be an unprotected image
endif::VK_VERSION_1_1[]
// Common Valid Usage