From 81e27dfcdffb73c2cd03913600a1a497b59174b0 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sat, 6 Feb 2016 17:22:25 -0700 Subject: layers: MR221: Fix implementationVersion --- layers/swapchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/swapchain.cpp') diff --git a/layers/swapchain.cpp b/layers/swapchain.cpp index 8502af0d..1888b48c 100644 --- a/layers/swapchain.cpp +++ b/layers/swapchain.cpp @@ -63,7 +63,7 @@ static const VkLayerProperties swapchain_global_layers[] = { { "swapchain", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: swapchain", } }; -- cgit v1.2.3