From 1d3d5ee227b6e1b15242f8a142245acbe78aba82 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 14 Mar 2017 09:32:05 -0600 Subject: layers: Add missing format specifier to CV Change-Id: Ie2fb0a861d30153af631960d444db1ff93584f41 --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/core_validation.cpp') 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::vectorreport_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]); } -- cgit v1.2.3