From 9861cf9ff508a23860ce0abaebf9f76867c12d94 Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Tue, 22 Nov 2016 15:29:38 -0700 Subject: layers: Fix BindImageMemory typo Change-Id: I77359a73635d4cdae066255e774a096a9b643a3e --- layers/core_validation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 9cb9fad3..f7a0e242 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -11386,7 +11386,7 @@ VKAPI_ATTR VkResult VKAPI_CALL BindImageMemory(VkDevice device, VkImage image, V // vkGetImageMemoryRequirements() skip_call |= log_msg(dev_data->report_data, VK_DEBUG_REPORT_WARNING_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, image_handle, __LINE__, DRAWSTATE_INVALID_IMAGE, "DS", - "vkBindBufferMemory(): Binding memory to image 0x%" PRIxLEAST64 + "vkBindImageMemory(): Binding memory to image 0x%" PRIxLEAST64 " but vkGetImageMemoryRequirements() has not been called on that image.", image_handle); // Make the call for them so we can verify the state -- cgit v1.2.3