diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2023-04-27 10:25:57 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2023-04-27 11:36:25 -0700 |
| commit | e8cfca418ac42b35d696c48595fb7a82a4822355 (patch) | |
| tree | 29f5b75a81004c2f984d16a97515a97a28187ad5 /scripts/generate_vulkan_wrapper.py | |
| parent | df10a2759b4b60d59b735882217a749d8e5be660 (diff) | |
| download | usermoji-e8cfca418ac42b35d696c48595fb7a82a4822355.tar.xz | |
build: Update to header 1.3.249
- 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 a2ce7820..974501b2 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -697,6 +697,9 @@ VK_KHR_maintenance4 = Extension(name='VK_KHR_maintenance4', version=2, guard=Non Command(name='vkGetDeviceImageSparseMemoryRequirementsKHR', dispatch='VkDevice'), ]) +VK_KHR_ray_tracing_position_fetch = Extension(name='VK_KHR_ray_tracing_position_fetch', version=1, guard=None, commands=[ +]) + VK_EXT_debug_report = Extension(name='VK_EXT_debug_report', version=10, guard=None, commands=[ Command(name='vkCreateDebugReportCallbackEXT', dispatch='VkInstance'), Command(name='vkDestroyDebugReportCallbackEXT', dispatch='VkInstance'), @@ -1802,6 +1805,7 @@ extensions = [ VK_KHR_ray_tracing_maintenance1, VK_KHR_portability_enumeration, VK_KHR_maintenance4, + VK_KHR_ray_tracing_position_fetch, VK_EXT_debug_report, VK_NV_glsl_shader, VK_EXT_depth_range_unrestricted, |
