diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2022-01-04 10:12:40 -0800 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2022-01-04 10:52:13 -0800 |
| commit | d15ff77bda1ef895ea5cf23d19472b7442e878cb (patch) | |
| tree | a2443f88769a2d2e37be50ce8b653c035e12222c /scripts/generate_vulkan_wrapper.py | |
| parent | 05c6171c04df6f3747f1c9ab6e7b50ef3256ac03 (diff) | |
| download | usermoji-d15ff77bda1ef895ea5cf23d19472b7442e878cb.tar.xz | |
build: Update to header 1.2.203
- Update known-good
- Generate source
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
| -rwxr-xr-x | scripts/generate_vulkan_wrapper.py | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py index c656ab8b..028f5924 100755 --- a/scripts/generate_vulkan_wrapper.py +++ b/scripts/generate_vulkan_wrapper.py @@ -1225,6 +1225,15 @@ VK_EXT_pageable_device_local_memory = Extension(name='VK_EXT_pageable_device_loc Command(name='vkSetDeviceMemoryPriorityEXT', dispatch='VkDevice'), ]) +VK_QCOM_fragment_density_map_offset = Extension(name='VK_QCOM_fragment_density_map_offset', version=1, guard=None, commands=[ +]) + +VK_NV_linear_color_attachment = Extension(name='VK_NV_linear_color_attachment', version=1, guard=None, commands=[ +]) + +VK_GOOGLE_surfaceless_query = Extension(name='VK_GOOGLE_surfaceless_query', 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'), @@ -1403,10 +1412,10 @@ VK_KHR_video_encode_queue = Extension(name='VK_KHR_video_encode_queue', version= Command(name='vkCmdEncodeVideoKHR', dispatch='VkCommandBuffer'), ]) -VK_EXT_video_encode_h264 = Extension(name='VK_EXT_video_encode_h264', version=2, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ +VK_EXT_video_encode_h264 = Extension(name='VK_EXT_video_encode_h264', version=3, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ ]) -VK_EXT_video_encode_h265 = Extension(name='VK_EXT_video_encode_h265', version=2, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ +VK_EXT_video_encode_h265 = Extension(name='VK_EXT_video_encode_h265', version=3, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ ]) VK_EXT_video_decode_h264 = Extension(name='VK_EXT_video_decode_h264', version=3, guard='VK_ENABLE_BETA_EXTENSIONS', commands=[ @@ -1650,6 +1659,9 @@ extensions = [ VK_EXT_load_store_op_none, VK_EXT_border_color_swizzle, VK_EXT_pageable_device_local_memory, + VK_QCOM_fragment_density_map_offset, + VK_NV_linear_color_attachment, + VK_GOOGLE_surfaceless_query, VK_KHR_acceleration_structure, VK_KHR_ray_tracing_pipeline, VK_KHR_ray_query, |
