aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.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/param_checker.cpp
parent557370e382d223e9f74d835d60d1a0e93450c572 (diff)
downloadusermoji-9a59eac57832b7f3dce9e2c11f150cebb50e368a.tar.xz
layers: MR144, Fix layer names
Diffstat (limited to 'layers/param_checker.cpp')
-rw-r--r--layers/param_checker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp
index 06842907..c3518373 100644
--- a/layers/param_checker.cpp
+++ b/layers/param_checker.cpp
@@ -181,7 +181,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope
static const VkLayerProperties pc_global_layers[] = {
{
- "param_checker",
+ "VK_LAYER_LUNARG_param_checker",
VK_API_VERSION,
VK_MAKE_VERSION(0, 1, 0),
"Validation layer: param_checker",