1// Copyright 2021-2023 The Khronos Group, Inc.
2// SPDX-License-Identifier: CC-BY-4.0
3
4// This is a simplified version of
5// gen/meta/promoted_extensions_VK_VERSION_1_1.txt
6// from the Vulkan repository spec build.
7// The Vulkan SC spec build will not generate that file since none of the
8// extensions promoted to 1.1 core are supported in SC.
9
10  * apiext:VK_KHR_16bit_storage
11  * apiext:VK_KHR_bind_memory2
12  * apiext:VK_KHR_dedicated_allocation
13  * apiext:VK_KHR_descriptor_update_template
14  * apiext:VK_KHR_device_group
15  * apiext:VK_KHR_device_group_creation
16  * apiext:VK_KHR_external_fence
17  * apiext:VK_KHR_external_fence_capabilities
18  * apiext:VK_KHR_external_memory
19  * apiext:VK_KHR_external_memory_capabilities
20  * apiext:VK_KHR_external_semaphore
21  * apiext:VK_KHR_external_semaphore_capabilities
22  * apiext:VK_KHR_get_memory_requirements2
23  * apiext:VK_KHR_get_physical_device_properties2
24  * apiext:VK_KHR_maintenance1
25  * apiext:VK_KHR_maintenance2
26  * apiext:VK_KHR_maintenance3
27  * apiext:VK_KHR_multiview
28  * apiext:VK_KHR_relaxed_block_layout
29  * apiext:VK_KHR_sampler_ycbcr_conversion
30  * apiext:VK_KHR_shader_draw_parameters
31  * apiext:VK_KHR_storage_buffer_storage_class
32  * apiext:VK_KHR_variable_pointers
33