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 the optional (not promoted)
7// VK_EXT_extended_dynamic_state2 features.  Requires the requiredfeature
8// attribute to be set to the name of the required feature.
9
10  * [[VUID-{refpage}-None-09422]]
11    At least one of the following must: be true:
12ifdef::VK_EXT_extended_dynamic_state2[]
13  ** The <<features-{requiredfeature}, pname:{requiredfeature}>> feature is
14     enabled
15endif::VK_EXT_extended_dynamic_state2[]
16ifdef::VK_EXT_shader_object[]
17  ** The <<features-shaderObject, pname:shaderObject>> feature is enabled
18endif::VK_EXT_shader_object[]
19// Common Valid Usage
20