aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py4
-rw-r--r--scripts/known_good.json4
2 files changed, 6 insertions, 2 deletions
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",