aboutsummaryrefslogtreecommitdiff
path: root/layers/basic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/basic.cpp')
-rw-r--r--layers/basic.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/basic.cpp b/layers/basic.cpp
index 74f22b18..77b08c05 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",
}
};