layers: Remove swapchain json files
authorMark Lobodzinski <mark@lunarg.com>
Fri, 9 Jun 2017 23:20:23 +0000 (17:20 -0600)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 12 Jun 2017 13:32:50 +0000 (07:32 -0600)
Change-Id: I0e513ed3054d0d5719ba95b198a489814262b138

layers/linux/VkLayer_swapchain.json [deleted file]
layers/windows/VkLayer_swapchain.json [deleted file]

diff --git a/layers/linux/VkLayer_swapchain.json b/layers/linux/VkLayer_swapchain.json
deleted file mode 100644 (file)
index e3bdeab..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "file_format_version" : "1.1.0",
-    "layer" : {
-        "name": "VK_LAYER_LUNARG_swapchain",
-        "type": "GLOBAL",
-        "library_path": "./libVkLayer_swapchain.so",
-        "api_version": "1.0.51",
-        "implementation_version": "1",
-        "description": "LunarG Validation Layer",
-        "instance_extensions": [
-             {
-                 "name": "VK_EXT_debug_report",
-                 "spec_version": "6"
-             }
-         ]
-    }
-}
diff --git a/layers/windows/VkLayer_swapchain.json b/layers/windows/VkLayer_swapchain.json
deleted file mode 100644 (file)
index e12e13b..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "file_format_version" : "1.1.0",
-    "layer" : {
-        "name": "VK_LAYER_LUNARG_swapchain",
-        "type": "GLOBAL",
-        "library_path": ".\\VkLayer_swapchain.dll",
-        "api_version": "1.0.51",
-        "implementation_version": "1",
-        "description": "LunarG Validation Layer",
-        "instance_extensions": [
-             {
-                 "name": "VK_EXT_debug_report",
-                 "spec_version": "6"
-             }
-         ]
-    }
-}