xref: /aosp_15_r20/frameworks/native/vulkan/libvulkan/libvulkan_flags.aconfig (revision 38e8c45f13ce32b0dcecb25141ffecaf386fa17f)
1package: "com.android.graphics.libvulkan.flags"
2container: "system"
3
4flag {
5  name: "swapchain_mutable_format_ext"
6  namespace: "core_graphics"
7  description: "Enable the VK_KHR_swapchain_mutable_format vulkan extension"
8  bug: "341978292"
9  is_fixed_read_only: true
10}
11
12flag {
13  name: "vulkan_1_4_instance_api"
14  namespace: "core_graphics"
15  description: "Enable support for the Vulkan 1.4 instance API"
16  bug: "370568136"
17  is_fixed_read_only: true
18}
19