aboutsummaryrefslogtreecommitdiff
path: root/layers/basic.cpp
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-01-19 14:19:38 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-01-19 13:51:18 -0700
commit9a59eac57832b7f3dce9e2c11f150cebb50e368a (patch)
tree91651d323e4e8f9477b8f49403865800e88c34a5 /layers/basic.cpp
parent557370e382d223e9f74d835d60d1a0e93450c572 (diff)
downloadusermoji-9a59eac57832b7f3dce9e2c11f150cebb50e368a.tar.xz
layers: MR144, Fix layer names
Diffstat (limited to 'layers/basic.cpp')
-rw-r--r--layers/basic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/basic.cpp b/layers/basic.cpp
index ba56517b..74f22b18 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",