aboutsummaryrefslogtreecommitdiff
path: root/layers/basic.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-01-08 11:50:04 -0700
committerJon Ashburn <jon@lunarg.com>2016-01-20 18:04:36 -0700
commite5210b951c8836dcb1eb9e31d8bda248321865b3 (patch)
tree7ac65115a6417231b3556b99c4aeb4dfba3ace93 /layers/basic.cpp
parent8198939289db88989cae0acdd59df916b9df9603 (diff)
downloadusermoji-e5210b951c8836dcb1eb9e31d8bda248321865b3.tar.xz
layers: Update layer info to match json
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",
}
};