• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_state3.  Requires the
7// requiredfeature attribute to be set to the name of the required feature.
8
9  * [[VUID-{refpage}-None-09423]]
10    At least one of the following must: be true:
11ifdef::VK_EXT_extended_dynamic_state3[]
12  ** The <<features-{requiredfeature}, pname:{requiredfeature}>> feature is
13     enabled
14endif::VK_EXT_extended_dynamic_state3[]
15ifdef::VK_EXT_shader_object[]
16  ** The <<features-shaderObject, pname:shaderObject>> feature is enabled
17endif::VK_EXT_shader_object[]
18// Common Valid Usage
19