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/draw_state.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index f76bddbf..fadb98fe 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -3620,7 +3620,7 @@ static const VkLayerProperties ds_global_layers[] = { { "VK_LAYER_LUNARG_draw_state", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: draw_state", } }; @@ -3637,7 +3637,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceLayerPropertie static const VkExtensionProperties ds_device_extensions[] = { { DEBUG_MARKER_EXTENSION_NAME, - VK_MAKE_VERSION(0, 1, 0), + 1, } }; @@ -3645,7 +3645,7 @@ static const VkLayerProperties ds_device_layers[] = { { "VK_LAYER_LUNARG_draw_state", VK_API_VERSION, - VK_MAKE_VERSION(0, 1, 0), + 1, "Validation layer: draw_state", } }; -- cgit v1.2.3