// Copyright 2020-2021 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, then
    pname:srcImage must: not be a protected image
  * [[VUID-{refpage}-commandBuffer-01838]]
    If pname:commandBuffer is an unprotected command buffer, then
    pname:dstImage must: not be a protected image
  * [[VUID-{refpage}-commandBuffer-01839]]
    If pname:commandBuffer is a protected command buffer, then
    pname:dstImage must: not be an unprotected image
endif::VK_VERSION_1_1[]
// Common Valid Usage
