From 02f0faa4abc1c39cdc8d59c0457fa5e1098e8da0 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sat, 6 Feb 2016 17:30:10 -0700 Subject: [PATCH] swapchain: MR221: Use proper layer name --- layers/swapchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 1888b48..2fffbab 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -61,7 +61,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope static const VkLayerProperties swapchain_global_layers[] = { { - "swapchain", + "VK_LAYER_LUNARG_swapchain", VK_API_VERSION, 1, "Validation layer: swapchain", -- 2.7.4