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/device_limits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/device_limits.cpp') diff --git a/layers/device_limits.cpp b/layers/device_limits.cpp index 5466d3d0..0aafb2b8 100644 --- a/layers/device_limits.cpp +++ b/layers/device_limits.cpp @@ -167,7 +167,7 @@ static const VkLayerProperties dl_global_layers[] = { { "VK_LAYER_LUNARG_device_limits", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: Device Limits", } }; -- cgit v1.2.3