diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2023-06-23 12:23:57 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2023-06-23 14:16:41 -0700 |
| commit | fc7827bf057272b60cc2cc3c61c8744833d86961 (patch) | |
| tree | e3afce8ea3b5c9da52b624d1a9219275332c791e /scripts/generate_vulkan_wrapper.py | |
| parent | d38513edda0fc4eb5ffe144bad7246b7f26448f4 (diff) | |
| download | usermoji-fc7827bf057272b60cc2cc3c61c8744833d86961.tar.xz | |
build: Update to header 1.3.255
- 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 af1b53a6..2fec3c04 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -700,6 +700,10 @@ VK_KHR_maintenance4 = Extension(name='VK_KHR_maintenance4', version=2, guard=Non VK_KHR_ray_tracing_position_fetch = Extension(name='VK_KHR_ray_tracing_position_fetch', version=1, guard=None, commands=[ ]) +VK_KHR_cooperative_matrix = Extension(name='VK_KHR_cooperative_matrix', version=2, guard=None, commands=[ + Command(name='vkGetPhysicalDeviceCooperativeMatrixPropertiesKHR', dispatch='VkPhysicalDevice'), +]) + 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'), @@ -1826,6 +1830,7 @@ extensions = [ VK_KHR_portability_enumeration, VK_KHR_maintenance4, VK_KHR_ray_tracing_position_fetch, + VK_KHR_cooperative_matrix, VK_EXT_debug_report, VK_NV_glsl_shader, VK_EXT_depth_range_unrestricted, |
