aboutsummaryrefslogtreecommitdiff
path: root/layers/linux/multi.json
blob: 610b30289979fcd580613e264726ecd383b4c545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "file_format_version" : "1.0.0",
    "layer" : {
        "name": "VK_LAYER_LUNARG_multi1",
        "type": "DEVICE",
        "library_path": "./libVKLayerMulti.so",
        "api_version": "0.210.0",
        "implementation_version": "1",
        "description": "LunarG Sample multiple layer per library",
        "functions" : {
          "vkGetDeviceProcAddr" : "multi1GetDeviceProcAddr"
        }
    },
    "layer" : {
        "name": "VK_LUNARG_multi2",
        "type": "INSTANCE",
        "library_path": "./libVKLayerMulti.so",
        "api_version": "0.210.0",
        "implementation_version": "1",
        "description": "LunarG Sample multiple layer per library",
        "functions" : {
          "vkGetInstanceProcAddr" : "multi2GetInstanceProcAddr"
        }
    }
}