diff options
| author | Jon Ashburn <jon@lunarg.com> | 2016-02-02 13:13:01 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-02 14:38:08 -0700 |
| commit | 12d08da17af5155c3d29219924ccc450de26d278 (patch) | |
| tree | a09b3b82f60865db933b92c85ec573bfc9f17515 /layers/linux | |
| parent | 385483273efbe58eaeed63bb2de24e76a65405f6 (diff) | |
| download | usermoji-12d08da17af5155c3d29219924ccc450de26d278.tar.xz | |
layers: Remove non-validation layers
Removes api_dump, generic, basic, multi.
Diffstat (limited to 'layers/linux')
| -rw-r--r-- | layers/linux/VkLayer_api_dump.json | 11 | ||||
| -rw-r--r-- | layers/linux/VkLayer_basic.json | 18 | ||||
| -rw-r--r-- | layers/linux/VkLayer_basic_implicit.json | 20 | ||||
| -rw-r--r-- | layers/linux/VkLayer_generic.json | 11 | ||||
| -rw-r--r-- | layers/linux/VkLayer_multi.json | 25 | ||||
| -rw-r--r-- | layers/linux/VkLayer_screenshot.json | 11 |
6 files changed, 0 insertions, 96 deletions
diff --git a/layers/linux/VkLayer_api_dump.json b/layers/linux/VkLayer_api_dump.json deleted file mode 100644 index 7ece89d9..00000000 --- a/layers/linux/VkLayer_api_dump.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_api_dump", - "type": "GLOBAL", - "library_path": "./libVkLayer_api_dump.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG debug layer" - } -} 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"] - } - ] - } -} diff --git a/layers/linux/VkLayer_basic_implicit.json b/layers/linux/VkLayer_basic_implicit.json deleted file mode 100644 index c26bff65..00000000 --- a/layers/linux/VkLayer_basic_implicit.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_basic", - "type": "GLOBAL", - "library_path": "/etc/vulkan/implicit_layer.d/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"] - } - ], - "disable_environment": { "DISABLE_LAYER_BASIC_1": "1"}, - "enable_environment": { "ENABLE_LAYER_BASIC_1": "134"} - } -} diff --git a/layers/linux/VkLayer_generic.json b/layers/linux/VkLayer_generic.json deleted file mode 100644 index 25f3c372..00000000 --- a/layers/linux/VkLayer_generic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_generic", - "type": "GLOBAL", - "library_path": "./libVkLayer_generic.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG Sample Layer" - } -} diff --git a/layers/linux/VkLayer_multi.json b/layers/linux/VkLayer_multi.json deleted file mode 100644 index e5b3b49f..00000000 --- a/layers/linux/VkLayer_multi.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_multi1", - "type": "DEVICE", - "library_path": "./libVkLayer_multi.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG Sample multiple layer per library", - "functions" : { - "vkGetDeviceProcAddr" : "multi1GetDeviceProcAddr" - } - }, - "layer" : { - "name": "VK_LAYER_LUNARG_multi2", - "type": "INSTANCE", - "library_path": "./libVkLayer_multi.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG Sample multiple layer per library", - "functions" : { - "vkGetInstanceProcAddr" : "multi2GetInstanceProcAddr" - } - } -} diff --git a/layers/linux/VkLayer_screenshot.json b/layers/linux/VkLayer_screenshot.json deleted file mode 100644 index cace5952..00000000 --- a/layers/linux/VkLayer_screenshot.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "file_format_version" : "1.0.0", - "layer" : { - "name": "VK_LAYER_LUNARG_screenshot", - "type": "GLOBAL", - "library_path": "./libVkLayer_screenshot.so", - "api_version": "1.0.1", - "implementation_version": "1", - "description": "LunarG image capture layer" - } -} |
