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/image.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/image.cpp') diff --git a/layers/image.cpp b/layers/image.cpp index 19c91ca6..60b85698 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -262,7 +262,7 @@ static const VkLayerProperties pc_global_layers[] = { { "VK_LAYER_LUNARG_image", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: image", } }; -- cgit v1.2.3