aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/draw_state.cpp')
-rw-r--r--layers/draw_state.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index fc42886d..34837086 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -2887,7 +2887,7 @@ static const VkLayerProperties ds_global_layers[] = {
"VK_LAYER_LUNARG_draw_state",
VK_API_VERSION,
VK_MAKE_VERSION(0, 1, 0),
- "Validation layer: DrawState",
+ "Validation layer: draw_state",
}
};
@@ -2909,10 +2909,10 @@ static const VkExtensionProperties ds_device_extensions[] = {
static const VkLayerProperties ds_device_layers[] = {
{
- "DrawState",
+ "draw_state",
VK_API_VERSION,
VK_MAKE_VERSION(0, 1, 0),
- "Validation layer: DrawState",
+ "Validation layer: draw_state",
}
};