blob: 2aaa9246275c8393fa783435ba0514ba1b9e7f5d [file] [log] [blame]
// Copyright 2020-2021 The Khronos Group Inc.
//
// SPDX-License-Identifier: CC-BY-4.0
// Common Valid Usage
// Common to VkCmdBlitImage* command buffer
ifdef::VK_VERSION_1_1[]
* [[VUID-{refpage}-commandBuffer-01834]]
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-01835]]
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-01836]]
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