diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2023-01-27 10:57:42 -0800 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2023-01-27 14:04:51 -0800 |
| commit | 74b1fffe542f36d2895be2e7959393fa912fdd22 (patch) | |
| tree | 81c5ee1546a7edaf268a9b58930c4ea6798fdbaa /scripts/generate_vulkan_wrapper.py | |
| parent | 1117e0a8c5c47455af3fc05b875bcfe89a3a9dbc (diff) | |
| download | usermoji-74b1fffe542f36d2895be2e7959393fa912fdd22.tar.xz | |
build: Update to header 1.3.240
- Update known-good
- Generate source
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 2b8c7768..6f0ccb72 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1498,6 +1498,9 @@ VK_EXT_mutable_descriptor_type = Extension(name='VK_EXT_mutable_descriptor_type' VK_ARM_shader_core_builtins = Extension(name='VK_ARM_shader_core_builtins', version=2, guard=None, commands=[ ]) +VK_EXT_pipeline_library_group_handles = Extension(name='VK_EXT_pipeline_library_group_handles', version=1, guard=None, commands=[ +]) + VK_KHR_acceleration_structure = Extension(name='VK_KHR_acceleration_structure', version=13, guard=None, commands=[ Command(name='vkCreateAccelerationStructureKHR', dispatch='VkDevice'), Command(name='vkDestroyAccelerationStructureKHR', dispatch='VkDevice'), @@ -1962,6 +1965,7 @@ extensions = [ VK_NV_ray_tracing_invocation_reorder, VK_EXT_mutable_descriptor_type, VK_ARM_shader_core_builtins, + VK_EXT_pipeline_library_group_handles, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, VK_KHR_ray_query, |
