From 9a59eac57832b7f3dce9e2c11f150cebb50e368a Mon Sep 17 00:00:00 2001 From: Michael Lentine Date: Tue, 19 Jan 2016 14:19:38 -0600 Subject: layers: MR144, Fix layer names --- layers/param_checker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/param_checker.cpp') diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp index 06842907..c3518373 100644 --- a/layers/param_checker.cpp +++ b/layers/param_checker.cpp @@ -181,7 +181,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope static const VkLayerProperties pc_global_layers[] = { { - "param_checker", + "VK_LAYER_LUNARG_param_checker", VK_API_VERSION, VK_MAKE_VERSION(0, 1, 0), "Validation layer: param_checker", -- cgit v1.2.3