diff options
Diffstat (limited to 'layers/linux/multi.json')
| -rw-r--r-- | layers/linux/multi.json | 19 |
1 files changed, 19 insertions, 0 deletions
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" + } +} |
