layers: Update layer info to match json
authorCourtney Goeltzenleuchter <courtneygo@google.com>
Fri, 8 Jan 2016 18:50:04 +0000 (11:50 -0700)
committerJon Ashburn <jon@lunarg.com>
Thu, 21 Jan 2016 01:04:36 +0000 (18:04 -0700)
layers/basic.cpp

index 74f22b1..77b08c0 100644 (file)
@@ -36,8 +36,8 @@ static const VkLayerProperties globalLayerProps[] = {
     {
         "VK_LAYER_LUNARG_basic",
         VK_API_VERSION,                 // specVersion
-        VK_MAKE_VERSION(0, 1, 0),       // implementationVersion
-        "layer: basic",
+        1,       // implementationVersion
+        "LunarG Sample Layer",
     }
 };