• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "file_format_version" : "1.0.0",
3    "layer" : {
4        "name": "VK_LAYER_OHOS_surface",
5        "type": "GLOBAL",
6        "library_path": "libvulkan_swapchain.so",
7        "api_version": "1.3.231",
8        "implementation_version": "1",
9        "description": "Vulkan Swapchain",
10        "disable_environment": {
11            "DISABLE_OHOS_SWAPCHAIN_LAYER": "1"
12        },
13        "instance_extensions": [
14            { "name": "VK_KHR_surface", "spec_version": "25" },
15            { "name": "VK_OHOS_surface", "spec_version": "1" }
16        ],
17        "device_extensions": [
18            { "name": "VK_KHR_swapchain", "spec_version": "70" }
19        ]
20    }
21}