aboutsummaryrefslogtreecommitdiff
path: root/layers
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2017-03-14 09:32:05 -0600
committerMark Lobodzinski <mark@lunarg.com>2017-03-14 09:32:05 -0600
commit1d3d5ee227b6e1b15242f8a142245acbe78aba82 (patch)
treeb814c53efba8480d4c4e847e749970f605edf91e /layers
parentc65cd755edb2222d923afb4182f3df4f3a0c2809 (diff)
downloadusermoji-1d3d5ee227b6e1b15242f8a142245acbe78aba82.tar.xz
layers: Add missing format specifier to CV
Change-Id: Ie2fb0a861d30153af631960d444db1ff93584f41
Diffstat (limited to 'layers')
-rw-r--r--layers/core_validation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 15583a3c..0dbafe76 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -3268,7 +3268,7 @@ static bool verifyPipelineCreateState(layer_data *dev_data, std::vector<PIPELINE
skip_call |= log_msg(dev_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT,
0, __LINE__, VALIDATION_ERROR_01464, "DS",
"vkCreateGraphicsPipelines(): the alphaToOne device feature is disabled: the alphaToOneEnable "
- "member of the VkPipelineMultisampleStateCreateInfo structure must be set to VK_FALSE.",
+ "member of the VkPipelineMultisampleStateCreateInfo structure must be set to VK_FALSE. %s",
validation_error_map[VALIDATION_ERROR_01464]);
}