From 497f232680b046db34ba9e9da065e6303a125851 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Thu, 4 Aug 2022 13:33:13 -0700 Subject: build: Update to header 1.3.224 - Update known-good - Generate source --- scripts/generate_vulkan_wrapper.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/generate_vulkan_wrapper.py') diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index ff5212db..c643249e 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1215,6 +1215,9 @@ VK_EXT_image_compression_control = Extension(name='VK_EXT_image_compression_cont Command(name='vkGetImageSubresourceLayout2EXT', dispatch='VkDevice'), ]) +VK_EXT_attachment_feedback_loop_layout = Extension(name='VK_EXT_attachment_feedback_loop_layout', version=2, guard=None, commands=[ +]) + VK_EXT_4444_formats = Extension(name='VK_EXT_4444_formats', version=1, guard=None, commands=[ ]) @@ -1340,6 +1343,9 @@ VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, g Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'), ]) +VK_SEC_amigo_profiling = Extension(name='VK_SEC_amigo_profiling', version=1, guard=None, commands=[ +]) + VK_KHR_acceleration_structure = Extension(name='VK_KHR_acceleration_structure', version=13, guard=None, commands=[ Command(name='vkCreateAccelerationStructureKHR', dispatch='VkDevice'), Command(name='vkDestroyAccelerationStructureKHR', dispatch='VkDevice'), @@ -1758,6 +1764,7 @@ extensions = [ VK_QCOM_rotated_copy_commands, VK_EXT_image_robustness, VK_EXT_image_compression_control, + VK_EXT_attachment_feedback_loop_layout, VK_EXT_4444_formats, VK_ARM_rasterization_order_attachment_access, VK_EXT_rgba10x6_formats, @@ -1792,6 +1799,7 @@ extensions = [ VK_EXT_subpass_merge_feedback, VK_EXT_shader_module_identifier, VK_QCOM_tile_properties, + VK_SEC_amigo_profiling, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, VK_KHR_ray_query, -- cgit v1.2.3