aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-03-15 17:23:12 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-03-16 09:42:44 -0600
commitfc56a5aa75f13818c6100eac8fd661f8da928265 (patch)
tree7f83cbdf09e2fceab4b1f49005ec8ff32d5a7bc9 /loader/loader.h
parent6e7921e9d1b172a3893cbe578499d409bd0d368c (diff)
downloadusermoji-fc56a5aa75f13818c6100eac8fd661f8da928265.tar.xz
layers: Replace draw_state and mem_tracker with core validation
Change-Id: Ib8eb7491f6c60bc6d05da64a2311c8cfa5f88d60
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/loader/loader.h b/loader/loader.h
index 75b99bb6..ae51725c 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -82,12 +82,11 @@ static const char UTF8_THREE_BYTE_MASK = 0xF8;
static const char UTF8_DATA_BYTE_CODE = 0x80;
static const char UTF8_DATA_BYTE_MASK = 0xC0;
-static const char std_validation_names[9][VK_MAX_EXTENSION_NAME_SIZE] = {
+static const char std_validation_names[8][VK_MAX_EXTENSION_NAME_SIZE] = {
"VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_param_checker",
"VK_LAYER_LUNARG_device_limits", "VK_LAYER_LUNARG_object_tracker",
- "VK_LAYER_LUNARG_image", "VK_LAYER_LUNARG_mem_tracker",
- "VK_LAYER_LUNARG_draw_state", "VK_LAYER_LUNARG_swapchain",
- "VK_LAYER_GOOGLE_unique_objects"};
+ "VK_LAYER_LUNARG_image", "VK_LAYER_LUNARG_core_validation",
+ "VK_LAYER_LUNARG_swapchain", "VK_LAYER_GOOGLE_unique_objects"};
// form of all dynamic lists/arrays
// only the list element should be changed