From dfa2aa341c69770b0ea7aac62c7b2d4d9da8561b Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Fri, 15 Jan 2016 13:34:22 -0700 Subject: [PATCH] layers: Fix json file for multi layer --- layers/linux/VkLayer_multi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/linux/VkLayer_multi.json b/layers/linux/VkLayer_multi.json index 26f1531..e5b3b49 100644 --- a/layers/linux/VkLayer_multi.json +++ b/layers/linux/VkLayer_multi.json @@ -12,7 +12,7 @@ } }, "layer" : { - "name": "VK_LUNARG_multi2", + "name": "VK_LAYER_LUNARG_multi2", "type": "INSTANCE", "library_path": "./libVkLayer_multi.so", "api_version": "1.0.1", -- 2.7.4