diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2016-02-12 13:22:04 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-18 14:48:31 -0700 |
| commit | b120d51d84bc9b0b763f39e20dd2f3b9e5fd5388 (patch) | |
| tree | ab127636defc8542f606e942381f3cc1a9b3bc17 /layers/draw_state.cpp | |
| parent | db476ba236a912e2ed76458fd65b306fe8ce36cd (diff) | |
| download | usermoji-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.cpp | 4 |
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", } }; |
