summaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-02-15 14:46:24 -0700
committerMark Lobodzinski <mark@lunarg.com>2017-02-16 13:40:19 -0700
commit7c355d53a6838c0933de4abf61e90f78b9129ea0 (patch)
tree12779831ecba975319265616b576ee57df94af07 /loader
parente166c8694d42d28c4964a1c9e239b4c7d3cca23e (diff)
loader: Remove image layer from standard_validation
Change-Id: I54a1c0580034c2676defd1408699201568ffaf6f
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/loader/loader.h b/loader/loader.h
index fb0bc896..9a4fd8fc 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -81,10 +81,9 @@ 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[7][VK_MAX_EXTENSION_NAME_SIZE] = {
+static const char std_validation_names[6][VK_MAX_EXTENSION_NAME_SIZE] = {
"VK_LAYER_GOOGLE_threading", "VK_LAYER_LUNARG_parameter_validation", "VK_LAYER_LUNARG_object_tracker",
- "VK_LAYER_LUNARG_image", "VK_LAYER_LUNARG_core_validation", "VK_LAYER_LUNARG_swapchain",
- "VK_LAYER_GOOGLE_unique_objects"};
+ "VK_LAYER_LUNARG_core_validation", "VK_LAYER_LUNARG_swapchain", "VK_LAYER_GOOGLE_unique_objects"};
struct VkStructureHeader {
VkStructureType sType;