From c68df9cd7c308ea5484b3309e99bd5ad933943c8 Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Fri, 11 Dec 2015 10:49:51 -0800 Subject: layers: MR89, Fix gtests for android Conflicts: layers/draw_state.cpp layers/image.cpp layers/mem_tracker.cpp --- layers/draw_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/draw_state.cpp') diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index a4385ed2..fc42886d 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -2884,7 +2884,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope static const VkLayerProperties ds_global_layers[] = { { - "DrawState", + "VK_LAYER_LUNARG_draw_state", VK_API_VERSION, VK_MAKE_VERSION(0, 1, 0), "Validation layer: DrawState", -- cgit v1.2.3