diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-30 10:49:03 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-31 14:15:23 -0600 |
| commit | 0d3d1b895eb8b4f1e189991c5e7622cbb0f3d5cc (patch) | |
| tree | 6121eb55517228edec9e99d307ef63187a43b97b /layers/linux/draw_state.json | |
| parent | 39b4248b17008792dab24016e1f31ab7187a8950 (diff) | |
| download | usermoji-0d3d1b895eb8b4f1e189991c5e7622cbb0f3d5cc.tar.xz | |
layers: Add separate windows and linux json
Diffstat (limited to 'layers/linux/draw_state.json')
| -rw-r--r-- | layers/linux/draw_state.json | 17 |
1 files changed, 17 insertions, 0 deletions
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" + } + ] + } +} |
