aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-02-12 13:22:04 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-18 14:48:31 -0700
commitb120d51d84bc9b0b763f39e20dd2f3b9e5fd5388 (patch)
treeab127636defc8542f606e942381f3cc1a9b3bc17 /layers/draw_state.cpp
parentdb476ba236a912e2ed76458fd65b306fe8ce36cd (diff)
downloadusermoji-b120d51d84bc9b0b763f39e20dd2f3b9e5fd5388.tar.xz
layers: MR221: Update extension info to match json files
Diffstat (limited to 'layers/draw_state.cpp')
-rw-r--r--layers/draw_state.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index fadb98fe..b957ff52 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -3621,7 +3621,7 @@ static const VkLayerProperties ds_global_layers[] = {
"VK_LAYER_LUNARG_draw_state",
VK_API_VERSION,
1,
- "Validation layer: draw_state",
+ "LunarG Validation Layer",
}
};
@@ -3646,7 +3646,7 @@ static const VkLayerProperties ds_device_layers[] = {
"VK_LAYER_LUNARG_draw_state",
VK_API_VERSION,
1,
- "Validation layer: draw_state",
+ "LunarG Validation Layer",
}
};