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_2.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.2 core are supported in SC.
9
10  * apiext:VK_KHR_8bit_storage
11  * apiext:VK_KHR_buffer_device_address
12  * apiext:VK_KHR_create_renderpass2
13  * apiext:VK_KHR_depth_stencil_resolve
14  * apiext:VK_KHR_draw_indirect_count
15  * apiext:VK_KHR_driver_properties
16  * apiext:VK_KHR_image_format_list
17  * apiext:VK_KHR_imageless_framebuffer
18  * apiext:VK_KHR_sampler_mirror_clamp_to_edge
19  * apiext:VK_KHR_separate_depth_stencil_layouts
20  * apiext:VK_KHR_shader_atomic_int64
21  * apiext:VK_KHR_shader_float16_int8
22  * apiext:VK_KHR_shader_float_controls
23  * apiext:VK_KHR_shader_subgroup_extended_types
24  * apiext:VK_KHR_spirv_1_4
25  * apiext:VK_KHR_timeline_semaphore
26  * apiext:VK_KHR_uniform_buffer_standard_layout
27  * apiext:VK_KHR_vulkan_memory_model
28  * apiext:VK_EXT_descriptor_indexing
29  * apiext:VK_EXT_host_query_reset
30  * apiext:VK_EXT_sampler_filter_minmax
31  * apiext:VK_EXT_scalar_block_layout
32  * apiext:VK_EXT_separate_stencil_usage
33  * apiext:VK_EXT_shader_viewport_index_layer
34