commit | f9136f4fc0e16231352dccfb48d87eefefc85ece | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Thu Aug 06 13:56:43 2015 -0600 |
committer | Jon Ashburn <jon@lunarg.com> | Fri Aug 07 11:10:58 2015 -0600 |
tree | 5b8a8614ab1d18e042d0eb2540b47e1bcd8f8d19 | |
parent | 8a190642558f50c74014d8856408b2cf86099f16 [diff] [blame] |
include: Change debug report pUserData parameter to non-const This was inconsistently defined.
diff --git a/loader/debug_report.h b/loader/debug_report.h index 0c4371d..52cd170 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h
@@ -105,7 +105,7 @@ VkInstance instance, VkFlags msgFlags, const PFN_vkDbgMsgCallback pfnMsgCallback, - const void* pUserData, + void* pUserData, VkDbgMsgCallback* pMsgCallback); VkResult VKAPI loader_DbgDestroyMsgCallback(