blob: 5913bc144a3a44278d739329aa1def715755c8d4 [file] [log] [blame]
Jon Ashburn2d0c4bb2015-07-06 15:40:35 -06001{
2 "file_format_version" : "0.9.0",
3 "layer" : {
4 "name": "multi1",
Jon Ashburn1e41a442015-08-12 16:43:01 -06005 "type": "DEVICE",
Jon Ashburnd1787a52015-07-07 15:10:15 -06006 "library_path": "./libVKLayerMulti.so",
Jon Ashburn677dc912015-09-28 09:49:53 -06007 "abi_versions": "0.9.0",
Jon Ashburn1e41a442015-08-12 16:43:01 -06008 "implementation_version": "1.1.0",
Jon Ashburn21c21ee2015-09-09 11:29:24 -06009 "description": "LunarG Sample multiple layer per library",
10 "functions" : {
11 "vkGetDeviceProcAddr" : "multi1GetDeviceProcAddr"
12 }
Jon Ashburn2d0c4bb2015-07-06 15:40:35 -060013 },
14 "layer" : {
15 "name": "multi2",
Jon Ashburn1e41a442015-08-12 16:43:01 -060016 "type": "INSTANCE",
Jon Ashburnd1787a52015-07-07 15:10:15 -060017 "library_path": "./libVKLayerMulti.so",
Jon Ashburn677dc912015-09-28 09:49:53 -060018 "abi_versions": "0.9.0",
Jon Ashburn1e41a442015-08-12 16:43:01 -060019 "implementation_version": "1.1.0",
Jon Ashburn21c21ee2015-09-09 11:29:24 -060020 "description": "LunarG Sample multiple layer per library",
21 "functions" : {
22 "vkGetInstanceProcAddr" : "multi2GetInstanceProcAddr"
23 }
Jon Ashburn2d0c4bb2015-07-06 15:40:35 -060024 }
25}