1// Copyright 2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to vk*Copy* commands that have image as source and/or destination and
7// require the image to be single sampled.
8// This relies on an additional attribute {imageparam} set by the command
9// which includes this file, specifying the name of the source or
10// destination image.
11
12  * [[VUID-{refpage}-{imageparam}-07973]]
13    pname:{imageparam} must: have a sample count equal to
14    ename:VK_SAMPLE_COUNT_1_BIT
15// Common Valid Usage
16