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/draw_state.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 layers/linux/draw_state.json (limited to 'layers/linux/draw_state.json') diff --git a/layers/linux/draw_state.json b/layers/linux/draw_state.json new file mode 100644 index 00000000..114487d6 --- /dev/null +++ b/layers/linux/draw_state.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "DrawState", + "type": "GLOBAL", + "library_path": "./libVKLayerDrawState.so", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Validation Layer", + "device_extensions": [ + { + "name": "DEBUG_MARKER", + "version": "1.0.0" + } + ] + } +} -- cgit v1.2.3