diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2016-11-22 15:29:38 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-11-22 15:29:38 -0700 |
| commit | 9861cf9ff508a23860ce0abaebf9f76867c12d94 (patch) | |
| tree | 8bb959e4d0679336896eb8749962d87a780ba3f5 | |
| parent | 5c2c60b860571d9e6e4f0157d07c52458d0d1c5e (diff) | |
| download | usermoji-9861cf9ff508a23860ce0abaebf9f76867c12d94.tar.xz | |
layers: Fix BindImageMemory typo
Change-Id: I77359a73635d4cdae066255e774a096a9b643a3e
| -rw-r--r-- | layers/core_validation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
