From 0d3d1b895eb8b4f1e189991c5e7622cbb0f3d5cc Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 30 Jul 2015 10:49:03 -0600 Subject: layers: Add separate windows and linux json --- layers/linux/multi.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layers/linux/multi.json (limited to 'layers/linux/multi.json') diff --git a/layers/linux/multi.json b/layers/linux/multi.json new file mode 100644 index 00000000..8e2df520 --- /dev/null +++ b/layers/linux/multi.json @@ -0,0 +1,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" + } +} -- cgit v1.2.3