diff options
| author | Michael Lentine <mlentine@google.com> | 2015-12-11 10:49:51 -0800 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2015-12-29 17:12:14 -0700 |
| commit | c68df9cd7c308ea5484b3309e99bd5ad933943c8 (patch) | |
| tree | 3b0ec2881e047868eb8b704455b07fdedf817b34 /layers/draw_state.cpp | |
| parent | fd18d28f99c3b2b8f788a840522c4a9eab03057e (diff) | |
| download | usermoji-c68df9cd7c308ea5484b3309e99bd5ad933943c8.tar.xz | |
layers: MR89, Fix gtests for android
Conflicts:
layers/draw_state.cpp
layers/image.cpp
layers/mem_tracker.cpp
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index a4385ed2..fc42886d 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -2884,7 +2884,7 @@ VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkEnumerateInstanceExtensionPrope static const VkLayerProperties ds_global_layers[] = { { - "DrawState", + "VK_LAYER_LUNARG_draw_state", VK_API_VERSION, VK_MAKE_VERSION(0, 1, 0), "Validation layer: DrawState", |
