diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-02-15 14:46:24 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-02-16 13:40:19 -0700 |
| commit | d45c73007ed9e0b1f8c03dade8a06f183c7aecb0 (patch) | |
| tree | 812a0808d48199b574d39fcb90af531c9a038ba3 /loader | |
| parent | 19ed2db07ffe25c4df5a1ccb887ccf64297cdb1b (diff) | |
| download | usermoji-d45c73007ed9e0b1f8c03dade8a06f183c7aecb0.tar.xz | |
loader: Remove image layer from standard_validation
Change-Id: I54a1c0580034c2676defd1408699201568ffaf6f
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/loader.h | 5 |
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; |
