1// Copyright 2023 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5// Common Valid Usage
6// Common to dynamic state commands introduced by VK_EXT_extended_dynamic_state
7  * [[VUID-{refpage}-None-08971]]
8    At least one of the following must: be true:
9ifdef::VK_EXT_extended_dynamic_state[]
10  ** the <<features-extendedDynamicState, pname:extendedDynamicState>>
11     feature is enabled
12endif::VK_EXT_extended_dynamic_state[]
13ifdef::VK_EXT_shader_object[]
14  ** the <<features-shaderObject, pname:shaderObject>> feature is enabled
15endif::VK_EXT_shader_object[]
16ifdef::VK_VERSION_1_3[]
17  ** the value of slink:VkApplicationInfo::pname:apiVersion used to create
18     the slink:VkInstance parent of pname:commandBuffer is greater than or
19     equal to Version 1.3
20endif::VK_VERSION_1_3[]
21// Common Valid Usage
22