summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/libvulkan_flags.aconfig
blob: dae5b521606f5f13f4c941b10038414fe19db119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package: "com.android.graphics.libvulkan.flags"
container: "system"

flag {
  name: "swapchain_mutable_format_ext"
  namespace: "core_graphics"
  description: "Enable the VK_KHR_swapchain_mutable_format vulkan extension"
  bug: "341978292"
  is_fixed_read_only: true
}

flag {
  name: "vulkan_1_4_instance_api"
  namespace: "core_graphics"
  description: "Enable support for the Vulkan 1.4 instance API"
  bug: "370568136"
  is_fixed_read_only: true
}