aboutsummaryrefslogtreecommitdiff
path: root/layers
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
parent557370e382d223e9f74d835d60d1a0e93450c572 (diff)
downloadusermoji-9a59eac57832b7f3dce9e2c11f150cebb50e368a.tar.xz
layers: MR144, Fix layer names
Diffstat (limited to 'layers')
-rw-r--r--layers/basic.cpp2
-rw-r--r--layers/draw_state.cpp2
-rw-r--r--layers/param_checker.cpp2
3 files changed, 3 insertions, 3 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",
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index b55e0808..62a34773 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -2989,7 +2989,7 @@ static const VkExtensionProperties ds_device_extensions[] = {
static const VkLayerProperties ds_device_layers[] = {
{
- "draw_state",
+ "VK_LAYER_LUNARG_draw_state",
VK_API_VERSION,
VK_MAKE_VERSION(0, 1, 0),
"Validation layer: draw_state",
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",