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" : "0.9.0",
"layer" : {
"name": "multi1",
"type": "DEVICE",
"library_path": "./libVKLayerMulti.so",
"abi_versions": "1.0.0",
"implementation_version": "1.1.0",
"description": "LunarG Sample multiple layer per library",
"functions" : {
"vkGetDeviceProcAddr" : "multi1GetDeviceProcAddr"
}
},
"layer" : {
"name": "multi2",
"type": "INSTANCE",
"library_path": "./libVKLayerMulti.so",
"abi_versions": "1.0.0",
"implementation_version": "1.1.0",
"description": "LunarG Sample multiple layer per library",
"functions" : {
"vkGetInstanceProcAddr" : "multi2GetInstanceProcAddr"
}
}
}
|