diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-08-04 13:33:13 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-08-04 14:43:18 -0700 |
| commit | 497f232680b046db34ba9e9da065e6303a125851 (patch) | |
| tree | 69c2b23e94bf228a1a8def0d5fb9fa032eae81c6 /scripts | |
| parent | 8ac3b50e9d2f4aa11339c4b6f68038862b282971 (diff) | |
| download | usermoji-497f232680b046db34ba9e9da065e6303a125851.tar.xz | |
build: Update to header 1.3.224
- Update known-good
- Generate source
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 8 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
2 files changed, 10 insertions, 2 deletions
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, diff --git a/scripts/known_good.json b/scripts/known_good.json index bcb17016..d537142f 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -6,7 +6,7 @@ "sub_dir" : "Vulkan-Headers", "build_dir" : "Vulkan-Headers/build", "install_dir" : "Vulkan-Headers/build/install", - "commit" : "v1.3.223" + "commit" : "v1.3.224" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.223", + "commit" : "v1.3.224", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", |
