From 541526f8270c3ec38d5f38509095d9b170a13831 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Tue, 24 Nov 2015 09:00:24 -0700 Subject: Layers: changed layer names to conform to spec --- layers/linux/basic.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layers/linux/basic.json') 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" } ] -- cgit v1.2.3