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/basic.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layers/linux/basic.json (limited to 'layers/linux/basic.json') 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" + } + ] + } +} -- cgit v1.2.3