diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-11-17 10:42:34 -0800 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-11-17 11:56:45 -0800 |
| commit | ec541c410e94f690c734128d2a8414f21f98b966 (patch) | |
| tree | a23601bfbc1dc0a3174bc4295a2e5acbf55a05f9 /scripts | |
| parent | c4839afe758d3c8fb5c46792398509b4fee0a28a (diff) | |
| download | usermoji-ec541c410e94f690c734128d2a8414f21f98b966.tar.xz | |
build: Update to header 1.3.235
- Update known-good
- Generate source
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 15 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
2 files changed, 17 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 19343411..ed5944da 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1189,6 +1189,20 @@ VK_NV_device_diagnostics_config = Extension(name='VK_NV_device_diagnostics_confi VK_QCOM_render_pass_store_ops = Extension(name='VK_QCOM_render_pass_store_ops', version=2, guard=None, commands=[ ]) +VK_EXT_descriptor_buffer = Extension(name='VK_EXT_descriptor_buffer', version=1, guard=None, commands=[ + Command(name='vkGetDescriptorSetLayoutSizeEXT', dispatch='VkDevice'), + Command(name='vkGetDescriptorSetLayoutBindingOffsetEXT', dispatch='VkDevice'), + Command(name='vkGetDescriptorEXT', dispatch='VkDevice'), + Command(name='vkCmdBindDescriptorBuffersEXT', dispatch='VkCommandBuffer'), + Command(name='vkCmdSetDescriptorBufferOffsetsEXT', dispatch='VkCommandBuffer'), + Command(name='vkCmdBindDescriptorBufferEmbeddedSamplersEXT', dispatch='VkCommandBuffer'), + Command(name='vkGetBufferOpaqueCaptureDescriptorDataEXT', dispatch='VkDevice'), + Command(name='vkGetImageOpaqueCaptureDescriptorDataEXT', dispatch='VkDevice'), + Command(name='vkGetImageViewOpaqueCaptureDescriptorDataEXT', dispatch='VkDevice'), + Command(name='vkGetSamplerOpaqueCaptureDescriptorDataEXT', dispatch='VkDevice'), + Command(name='vkGetAccelerationStructureOpaqueCaptureDescriptorDataEXT', dispatch='VkDevice'), +]) + VK_EXT_graphics_pipeline_library = Extension(name='VK_EXT_graphics_pipeline_library', version=1, guard=None, commands=[ ]) @@ -1862,6 +1876,7 @@ extensions = [ VK_EXT_pipeline_creation_cache_control, VK_NV_device_diagnostics_config, VK_QCOM_render_pass_store_ops, + VK_EXT_descriptor_buffer, VK_EXT_graphics_pipeline_library, VK_AMD_shader_early_and_late_fragment_tests, VK_NV_fragment_shading_rate_enums, diff --git a/scripts/known_good.json b/scripts/known_good.json index 518c766f..9c738909 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.234" + "commit" : "v1.3.235" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.234", + "commit" : "v1.3.235", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", |
