aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2023-07-24 10:27:24 -0700
committerMike Schuchardt <mikes@lunarg.com>2023-07-24 11:58:41 -0700
commited6820d508fd24b1a50166a600dbf7ee8300e9d9 (patch)
tree1de4a18543fcfcbedcf823f4df082c006a623cf9 /scripts
parente69a7c71c52c2e9316f4bd7f95af7a084a1a2870 (diff)
downloadusermoji-ed6820d508fd24b1a50166a600dbf7ee8300e9d9.tar.xz
build: Update to header 1.3.259
- Update known-good - Generate source
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py4
-rw-r--r--scripts/known_good.json4
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",