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/basic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/basic.cpp') diff --git a/layers/basic.cpp b/layers/basic.cpp index ba56517b..74f22b18 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -34,7 +34,7 @@ static const VkLayerProperties globalLayerProps[] = { { - "basic", + "VK_LAYER_LUNARG_basic", VK_API_VERSION, // specVersion VK_MAKE_VERSION(0, 1, 0), // implementationVersion "layer: basic", -- cgit v1.2.3