diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-06-16 13:49:34 -0700 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-06-16 15:51:34 -0700 |
| commit | 01ad714caf71439d4ea521a450aa6a044ba22416 (patch) | |
| tree | 37e7ac9cb9287241e39477376148e9f582e2864e /scripts/generate_vulkan_wrapper.py | |
| parent | 2661f654ad5df0e02ae04f6bdbe9be51864c8d6a (diff) | |
| download | usermoji-01ad714caf71439d4ea521a450aa6a044ba22416.tar.xz | |
build: Update to header 1.3.218
- Update known-good
- Generate source
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index 9198ec8b..482681b0 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1477,7 +1477,7 @@ VK_QNX_screen_surface = Extension(name='VK_QNX_screen_surface', version=1, guard Command(name='vkGetPhysicalDeviceScreenPresentationSupportQNX', dispatch='VkPhysicalDevice'), ]) -VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=3, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ +VK_KHR_video_queue = Extension(name='VK_KHR_video_queue', version=4, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ Command(name='vkGetPhysicalDeviceVideoCapabilitiesKHR', dispatch='VkPhysicalDevice'), Command(name='vkGetPhysicalDeviceVideoFormatPropertiesKHR', dispatch='VkPhysicalDevice'), Command(name='vkCreateVideoSessionKHR', dispatch='VkDevice'), |
