From f7dff1f7dd68d636a7baff8eacbec38a352c0aca Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Thu, 8 Sep 2022 10:04:50 -0700 Subject: build: Update to header 1.3.227 - Update known-good - Generate source --- scripts/generate_vulkan_wrapper.py | 4 ++++ scripts/known_good.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 19122818..93b9333b 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1344,6 +1344,9 @@ VK_EXT_shader_module_identifier = Extension(name='VK_EXT_shader_module_identifie VK_EXT_rasterization_order_attachment_access = Extension(name='VK_EXT_rasterization_order_attachment_access', version=1, guard=None, commands=[ ]) +VK_EXT_legacy_dithering = Extension(name='VK_EXT_legacy_dithering', version=1, guard=None, commands=[ +]) + VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, guard=None, commands=[ Command(name='vkGetFramebufferTilePropertiesQCOM', dispatch='VkDevice'), Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'), @@ -1812,6 +1815,7 @@ extensions = [ VK_EXT_subpass_merge_feedback, VK_EXT_shader_module_identifier, VK_EXT_rasterization_order_attachment_access, + VK_EXT_legacy_dithering, VK_QCOM_tile_properties, VK_SEC_amigo_profiling, VK_KHR_acceleration_structure, diff --git a/scripts/known_good.json b/scripts/known_good.json index b4e28bc7..1337d496 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.226" + "commit" : "v1.3.227" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.226", + "commit" : "v1.3.227", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3