aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.cpp
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2015-12-30 08:16:12 -0700
committerMark Lobodzinski <mark@lunarg.com>2015-12-30 15:44:19 -0700
commit7ce1eb5906dace0f2f9fa78706c92161ddcd4027 (patch)
tree957e4692b194bb730913b57dd0a55d51353dc63f /layers/draw_state.cpp
parentc68df9cd7c308ea5484b3309e99bd5ad933943c8 (diff)
downloadusermoji-7ce1eb5906dace0f2f9fa78706c92161ddcd4027.tar.xz
layers: Rename Layer/library/json files for consistency
Renamed layers from (for example) xxx_DrawState to xxx_draw_state Renamed JSON files Renamed libraries Renamed object_track.* to object_tracker.* Renamed apidump.h to api_dump.h Renamed screen_shot layer to screenshot Renamed APIDump layer settings file options to ApiDump Bug fixes here and there from prior renames
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",
}
};