From 12d08da17af5155c3d29219924ccc450de26d278 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 2 Feb 2016 13:13:01 -0700 Subject: layers: Remove non-validation layers Removes api_dump, generic, basic, multi. --- layers/linux/VkLayer_basic.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 layers/linux/VkLayer_basic.json (limited to 'layers/linux/VkLayer_basic.json') diff --git a/layers/linux/VkLayer_basic.json b/layers/linux/VkLayer_basic.json deleted file mode 100644 index 48893707..00000000 --- a/layers/linux/VkLayer_basic.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_basic", - "type": "GLOBAL", - "library_path": "./libVkLayer_basic.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG Sample Layer", - "device_extensions": [ - { - "name": "VK_LUNARG_LayerExtension1", - "spec_version": "0", - "entrypoints": ["vkLayerExtension1"] - } - ] - } -} -- cgit v1.2.3