aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_vulkan_wrapper.py
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2022-08-04 13:33:13 -0700
committerMike Schuchardt <mikes@lunarg.com>2022-08-04 14:43:18 -0700
commit497f232680b046db34ba9e9da065e6303a125851 (patch)
tree69c2b23e94bf228a1a8def0d5fb9fa032eae81c6 /scripts/generate_vulkan_wrapper.py
parent8ac3b50e9d2f4aa11339c4b6f68038862b282971 (diff)
downloadusermoji-497f232680b046db34ba9e9da065e6303a125851.tar.xz
build: Update to header 1.3.224
- Update known-good - Generate source
Diffstat (limited to 'scripts/generate_vulkan_wrapper.py')
-rwxr-xr-xscripts/generate_vulkan_wrapper.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/generate_vulkan_wrapper.py b/scripts/generate_vulkan_wrapper.py
index ff5212db..c643249e 100755
--- a/scripts/generate_vulkan_wrapper.py
+++ b/scripts/generate_vulkan_wrapper.py
@@ -1215,6 +1215,9 @@ VK_EXT_image_compression_control = Extension(name='VK_EXT_image_compression_cont
Command(name='vkGetImageSubresourceLayout2EXT', dispatch='VkDevice'),
])
+VK_EXT_attachment_feedback_loop_layout = Extension(name='VK_EXT_attachment_feedback_loop_layout', version=2, guard=None, commands=[
+])
+
VK_EXT_4444_formats = Extension(name='VK_EXT_4444_formats', version=1, guard=None, commands=[
])
@@ -1340,6 +1343,9 @@ VK_QCOM_tile_properties = Extension(name='VK_QCOM_tile_properties', version=1, g
Command(name='vkGetDynamicRenderingTilePropertiesQCOM', dispatch='VkDevice'),
])
+VK_SEC_amigo_profiling = Extension(name='VK_SEC_amigo_profiling', 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'),
@@ -1758,6 +1764,7 @@ extensions = [
VK_QCOM_rotated_copy_commands,
VK_EXT_image_robustness,
VK_EXT_image_compression_control,
+ VK_EXT_attachment_feedback_loop_layout,
VK_EXT_4444_formats,
VK_ARM_rasterization_order_attachment_access,
VK_EXT_rgba10x6_formats,
@@ -1792,6 +1799,7 @@ extensions = [
VK_EXT_subpass_merge_feedback,
VK_EXT_shader_module_identifier,
VK_QCOM_tile_properties,
+ VK_SEC_amigo_profiling,
VK_KHR_acceleration_structure,
VK_KHR_ray_tracing_pipeline,
VK_KHR_ray_query,