blob: 8e2df520d803557bd4c4f02e27ec727c3d161937 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"file_format_version" : "0.9.0",
"layer" : {
"name": "multi1",
"type": "GLOBAL",
"library_path": "./libVKLayerMulti.so",
"abi_versions": "1.0.0",
"implementation_version": "1.0.0",
"description": "LunarG Sample multiple layer per library"
},
"layer" : {
"name": "multi2",
"type": "GLOBAL",
"library_path": "./libVKLayerMulti.so",
"abi_versions": "1.0.0",
"implementation_version": "1.0.0",
"description": "LunarG Sample multiple layer per library"
}
}
|