diff options
Diffstat (limited to 'layers/linux/multi.json')
| -rw-r--r-- | layers/linux/multi.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layers/linux/multi.json b/layers/linux/multi.json index 8e2df520..25aef2f2 100644 --- a/layers/linux/multi.json +++ b/layers/linux/multi.json @@ -2,18 +2,18 @@ "file_format_version" : "0.9.0", "layer" : { "name": "multi1", - "type": "GLOBAL", + "type": "DEVICE", "library_path": "./libVKLayerMulti.so", "abi_versions": "1.0.0", - "implementation_version": "1.0.0", + "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library" }, "layer" : { "name": "multi2", - "type": "GLOBAL", + "type": "INSTANCE", "library_path": "./libVKLayerMulti.so", "abi_versions": "1.0.0", - "implementation_version": "1.0.0", + "implementation_version": "1.1.0", "description": "LunarG Sample multiple layer per library" } } |
