diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-11-18 16:46:48 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-11-18 17:05:38 -0700 |
| commit | 29f0d379f2dd656d33dd875ca50abb964eb29fe0 (patch) | |
| tree | 86a11b17a7c09e91119fdba82ce15f71d84fa088 /layers/linux/basic.json | |
| parent | 7dd84581607249f9dd6c30b1a511c3be946a73e7 (diff) | |
| download | usermoji-29f0d379f2dd656d33dd875ca50abb964eb29fe0.tar.xz | |
loader: Make version in layer JSON files consistent
bugzilla #15057 part two
Diffstat (limited to 'layers/linux/basic.json')
| -rw-r--r-- | layers/linux/basic.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layers/linux/basic.json b/layers/linux/basic.json index f3de7883..0fa81d39 100644 --- a/layers/linux/basic.json +++ b/layers/linux/basic.json @@ -1,16 +1,16 @@ { - "file_format_version" : "0.9.0", + "file_format_version" : "1.0.0", "layer" : { "name": "Basic", "type": "GLOBAL", "library_path": "./libVKLayerBasic.so", - "abi_versions": "0.9.0", - "implementation_version": "1.0.0", + "api_version": "0.210.0", + "implementation_version": "0", "description": "LunarG Sample Layer", "device_extensions": [ { "name": "vkLayerExtension1", - "version": "1.0.0" + "spec_version": "0" } ] } |
