From e5210b951c8836dcb1eb9e31d8bda248321865b3 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 8 Jan 2016 11:50:04 -0700 Subject: [PATCH] layers: Update layer info to match json --- layers/basic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/basic.cpp b/layers/basic.cpp index 74f22b1..77b08c0 100644 --- a/layers/basic.cpp +++ b/layers/basic.cpp @@ -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", } }; -- 2.7.4