diff options
Diffstat (limited to 'layers/linux/basic.json')
| -rw-r--r-- | layers/linux/basic.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layers/linux/basic.json b/layers/linux/basic.json new file mode 100644 index 00000000..5793d973 --- /dev/null +++ b/layers/linux/basic.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Basic", + "type": "GLOBAL", + "library_path": "./libVKLayerBasic.so", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample Layer", + "device_extensions": [ + { + "name": "vkLayerExtension1", + "version": "1.0.0" + } + ] + } +} |
