diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 4 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
2 files changed, 4 insertions, 4 deletions
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", |
