diff options
| author | David Pinedo <david@lunarg.com> | 2015-11-24 09:00:24 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2015-11-24 09:00:24 -0700 |
| commit | 541526f8270c3ec38d5f38509095d9b170a13831 (patch) | |
| tree | 6c1501703b8bae827dcbb754eb3ed1394031e315 /layers/linux/basic.json | |
| parent | d5ce865fa0d1f0ca02c9eadaf55e9ed1fa5dcb11 (diff) | |
| download | usermoji-541526f8270c3ec38d5f38509095d9b170a13831.tar.xz | |
Layers: changed layer names to conform to spec
Diffstat (limited to 'layers/linux/basic.json')
| -rw-r--r-- | layers/linux/basic.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layers/linux/basic.json b/layers/linux/basic.json index 0fa81d39..9d051f5b 100644 --- a/layers/linux/basic.json +++ b/layers/linux/basic.json @@ -1,15 +1,15 @@ { "file_format_version" : "1.0.0", "layer" : { - "name": "Basic", + "name": "VK_LAYER_LUNARG_Basic", "type": "GLOBAL", "library_path": "./libVKLayerBasic.so", "api_version": "0.210.0", - "implementation_version": "0", + "implementation_version": "1", "description": "LunarG Sample Layer", "device_extensions": [ { - "name": "vkLayerExtension1", + "name": "VK_LUNARG_LayerExtension1", "spec_version": "0" } ] |
