• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* WARNING: This is auto-generated file. Do not modify, since changes will
2 * be lost! Modify the generating script instead.
3 * This file was generated by /scripts/gen_framework.py
4 */
5
6
7void getCoreDeviceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char*>& dst)
8{
9	if (coreVersion >= VK_API_VERSION_1_2)
10	{
11		dst.push_back("VK_EXT_descriptor_indexing");
12		dst.push_back("VK_EXT_host_query_reset");
13		dst.push_back("VK_EXT_sampler_filter_minmax");
14		dst.push_back("VK_EXT_scalar_block_layout");
15		dst.push_back("VK_EXT_separate_stencil_usage");
16		dst.push_back("VK_EXT_shader_viewport_index_layer");
17		dst.push_back("VK_KHR_8bit_storage");
18		dst.push_back("VK_KHR_buffer_device_address");
19		dst.push_back("VK_KHR_create_renderpass2");
20		dst.push_back("VK_KHR_depth_stencil_resolve");
21		dst.push_back("VK_KHR_draw_indirect_count");
22		dst.push_back("VK_KHR_driver_properties");
23		dst.push_back("VK_KHR_image_format_list");
24		dst.push_back("VK_KHR_imageless_framebuffer");
25		dst.push_back("VK_KHR_sampler_mirror_clamp_to_edge");
26		dst.push_back("VK_KHR_separate_depth_stencil_layouts");
27		dst.push_back("VK_KHR_shader_atomic_int64");
28		dst.push_back("VK_KHR_shader_float16_int8");
29		dst.push_back("VK_KHR_shader_float_controls");
30		dst.push_back("VK_KHR_shader_subgroup_extended_types");
31		dst.push_back("VK_KHR_spirv_1_4");
32		dst.push_back("VK_KHR_timeline_semaphore");
33		dst.push_back("VK_KHR_uniform_buffer_standard_layout");
34		dst.push_back("VK_KHR_vulkan_memory_model");
35	}
36	if (coreVersion >= VK_API_VERSION_1_1)
37	{
38		dst.push_back("VK_KHR_16bit_storage");
39		dst.push_back("VK_KHR_bind_memory2");
40		dst.push_back("VK_KHR_dedicated_allocation");
41		dst.push_back("VK_KHR_descriptor_update_template");
42		dst.push_back("VK_KHR_device_group");
43		dst.push_back("VK_KHR_external_fence");
44		dst.push_back("VK_KHR_external_memory");
45		dst.push_back("VK_KHR_external_semaphore");
46		dst.push_back("VK_KHR_get_memory_requirements2");
47		dst.push_back("VK_KHR_maintenance1");
48		dst.push_back("VK_KHR_maintenance2");
49		dst.push_back("VK_KHR_maintenance3");
50		dst.push_back("VK_KHR_multiview");
51		dst.push_back("VK_KHR_relaxed_block_layout");
52		dst.push_back("VK_KHR_sampler_ycbcr_conversion");
53		dst.push_back("VK_KHR_shader_draw_parameters");
54		dst.push_back("VK_KHR_storage_buffer_storage_class");
55		dst.push_back("VK_KHR_variable_pointers");
56	}
57}
58
59void getCoreInstanceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char*>& dst)
60{
61	if (coreVersion >= VK_API_VERSION_1_1)
62	{
63		dst.push_back("VK_KHR_device_group_creation");
64		dst.push_back("VK_KHR_external_fence_capabilities");
65		dst.push_back("VK_KHR_external_memory_capabilities");
66		dst.push_back("VK_KHR_external_semaphore_capabilities");
67		dst.push_back("VK_KHR_get_physical_device_properties2");
68	}
69}
70
71