layers: MR144, Fix layer names
diff --git a/layers/basic.cpp b/layers/basic.cpp
index ba56517..74f22b1 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",