diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-07-07 14:51:57 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-07-07 17:57:49 -0600 |
| commit | 9a58a8f6535eb3267e835eb43735b5ba3fc63c4c (patch) | |
| tree | 489f148207e14d3686b3af14c8b1431a5f4dfd76 /layers/basic.json | |
| parent | 0f07ea55a9a63dab44c6e6062fdd626d0191aadf (diff) | |
| download | usermoji-9a58a8f6535eb3267e835eb43735b5ba3fc63c4c.tar.xz | |
layers: Rename JSON files to <layer_name>.json
Diffstat (limited to 'layers/basic.json')
| -rw-r--r-- | layers/basic.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/layers/basic.json b/layers/basic.json new file mode 100644 index 00000000..848bca4a --- /dev/null +++ b/layers/basic.json @@ -0,0 +1,17 @@ +{ + "file_format_version" : "0.9.0", + "layer" : { + "name": "Basic", + "type": "GLOBAL", + "library_path": "/home/jon/vk/vk/dbuild/layers/libVKLayerBasic.so", + "abi_versions": "1.0.0", + "implementation_version": "1.0.0", + "description": "LunarG Sample Layer", + "device_extensions": [ + { + "name": "vkLayerExtension1", + "version": "1.0.0" + } + ] + } +} |
