diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2021-09-08 15:24:35 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2021-09-09 09:04:54 -0700 |
| commit | f4974ccd170cf2338c0582f607af5d8dfc3dac51 (patch) | |
| tree | 284ca7d7264c3194601eaf3d95465c50e5493227 /scripts/generate_vulkan_wrapper.py | |
| parent | 967dbb875111a187109a0cf79eb08a6ca7f35e92 (diff) | |
| download | usermoji-f4974ccd170cf2338c0582f607af5d8dfc3dac51.tar.xz | |
build: Update to header 1.2.191
- Update known-good
- Generate source
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 8e39d991..5abdc279 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1192,6 +1192,10 @@ VK_EXT_multi_draw = Extension(name='VK_EXT_multi_draw', version=1, guard=None, c VK_EXT_load_store_op_none = Extension(name='VK_EXT_load_store_op_none', version=1, guard=None, commands=[ ]) +VK_EXT_pageable_device_local_memory = Extension(name='VK_EXT_pageable_device_local_memory', version=1, guard=None, commands=[ + Command(name='vkSetDeviceMemoryPriorityEXT', dispatch='VkDevice'), +]) + VK_KHR_acceleration_structure = Extension(name='VK_KHR_acceleration_structure', version=12, guard=None, commands=[ Command(name='vkCreateAccelerationStructureKHR', dispatch='VkDevice'), Command(name='vkDestroyAccelerationStructureKHR', dispatch='VkDevice'), @@ -1597,6 +1601,7 @@ extensions = [ VK_EXT_global_priority_query, VK_EXT_multi_draw, VK_EXT_load_store_op_none, + VK_EXT_pageable_device_local_memory, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, VK_KHR_ray_query, |
