diff options
author | Jon Leech <[email protected]> | 2024-08-16 04:01:38 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2024-08-16 04:12:03 -0700 |
commit | d205aff40b4e15d4c568523ee6a26f85138126d9 (patch) | |
tree | 4d72785624dd5a509f19c649dc5dd5a918f89326 /include/vulkan/vulkan_to_string.hpp | |
parent | 595c8d4794410a4e64b98dc58d27c0310d7ea2fd (diff) | |
download | Vulkan-Headers-d205aff40b4e15d4c568523ee6a26f85138126d9.tar.gz Vulkan-Headers-d205aff40b4e15d4c568523ee6a26f85138126d9.zip |
Update for Vulkan-Docs 1.3.293v1.3.293
Diffstat (limited to 'include/vulkan/vulkan_to_string.hpp')
-rw-r--r-- | include/vulkan/vulkan_to_string.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vulkan/vulkan_to_string.hpp b/include/vulkan/vulkan_to_string.hpp index 0f2236b..361f0bd 100644 --- a/include/vulkan/vulkan_to_string.hpp +++ b/include/vulkan/vulkan_to_string.hpp @@ -4556,6 +4556,7 @@ namespace VULKAN_HPP_NAMESPACE case StructureType::ePhysicalDeviceDescriptorPoolOverallocationFeaturesNV: return "PhysicalDeviceDescriptorPoolOverallocationFeaturesNV"; case StructureType::ePhysicalDeviceRawAccessChainsFeaturesNV: return "PhysicalDeviceRawAccessChainsFeaturesNV"; case StructureType::ePhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR: return "PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR"; + case StructureType::ePhysicalDeviceCommandBufferInheritanceFeaturesNV: return "PhysicalDeviceCommandBufferInheritanceFeaturesNV"; case StructureType::ePhysicalDeviceMaintenance7FeaturesKHR: return "PhysicalDeviceMaintenance7FeaturesKHR"; case StructureType::ePhysicalDeviceMaintenance7PropertiesKHR: return "PhysicalDeviceMaintenance7PropertiesKHR"; case StructureType::ePhysicalDeviceLayeredApiPropertiesListKHR: return "PhysicalDeviceLayeredApiPropertiesListKHR"; |