From ed6820d508fd24b1a50166a600dbf7ee8300e9d9 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Mon, 24 Jul 2023 10:27:24 -0700 Subject: build: Update to header 1.3.259 - Update known-good - Generate source --- scripts/generate_vulkan_wrapper.py | 4 ++-- scripts/known_good.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 94cc53fa..a6d21ede 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1442,9 +1442,9 @@ VK_NV_memory_decompression = Extension(name='VK_NV_memory_decompression', versio Command(name='vkCmdDecompressMemoryIndirectCountNV', dispatch='VkCommandBuffer'), ]) -VK_NV_device_generated_commands_compute = Extension(name='VK_NV_device_generated_commands_compute', version=1, guard=None, commands=[ +VK_NV_device_generated_commands_compute = Extension(name='VK_NV_device_generated_commands_compute', version=2, guard=None, commands=[ Command(name='vkGetPipelineIndirectMemoryRequirementsNV', dispatch='VkDevice'), - Command(name='vkCmdUpdatePipelineIndirectBuffer', dispatch='VkCommandBuffer'), + Command(name='vkCmdUpdatePipelineIndirectBufferNV', dispatch='VkCommandBuffer'), Command(name='vkGetPipelineIndirectDeviceAddressNV', dispatch='VkDevice'), ]) diff --git a/scripts/known_good.json b/scripts/known_good.json index e4e28f18..55d17c25 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -7,7 +7,7 @@ "sub_dir": "Vulkan-Headers", "build_dir": "Vulkan-Headers/build", "install_dir": "Vulkan-Headers/build/install", - "commit": "v1.3.258" + "commit": "v1.3.259" }, { "name": "MoltenVK", @@ -32,7 +32,7 @@ "sub_dir": "Vulkan-Loader", "build_dir": "Vulkan-Loader/build", "install_dir": "Vulkan-Loader/build/install", - "commit": "v1.3.258", + "commit": "v1.3.259", "deps": [ { "var_name": "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3