diff options
author | Jon Leech <[email protected]> | 2024-06-14 05:43:27 -0700 |
---|---|---|
committer | Jon Leech <[email protected]> | 2024-06-14 05:46:24 -0700 |
commit | 05fe2cc910a68c9ba5dac07db46ef78573acee72 (patch) | |
tree | 4d5666ca020450820082b66114378d9eb9d343f6 /include/vulkan/vulkan_to_string.hpp | |
parent | d192041a2fc9c9fd8ae67d8ae3f32c5511541f04 (diff) | |
download | Vulkan-Headers-05fe2cc910a68c9ba5dac07db46ef78573acee72.tar.gz Vulkan-Headers-05fe2cc910a68c9ba5dac07db46ef78573acee72.zip |
Update for Vulkan-Docs 1.3.288v1.3.288
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 0befca9..eceba9e 100644 --- a/include/vulkan/vulkan_to_string.hpp +++ b/include/vulkan/vulkan_to_string.hpp @@ -4552,6 +4552,7 @@ namespace VULKAN_HPP_NAMESPACE case StructureType::eBindDescriptorBufferEmbeddedSamplersInfoEXT: return "BindDescriptorBufferEmbeddedSamplersInfoEXT"; case StructureType::ePhysicalDeviceDescriptorPoolOverallocationFeaturesNV: return "PhysicalDeviceDescriptorPoolOverallocationFeaturesNV"; case StructureType::ePhysicalDeviceRawAccessChainsFeaturesNV: return "PhysicalDeviceRawAccessChainsFeaturesNV"; + case StructureType::ePhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR: return "PhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR"; case StructureType::ePhysicalDeviceShaderAtomicFloat16VectorFeaturesNV: return "PhysicalDeviceShaderAtomicFloat16VectorFeaturesNV"; case StructureType::ePhysicalDeviceShaderReplicatedCompositesFeaturesEXT: return "PhysicalDeviceShaderReplicatedCompositesFeaturesEXT"; case StructureType::ePhysicalDeviceRayTracingValidationFeaturesNV: return "PhysicalDeviceRayTracingValidationFeaturesNV"; |