commit | e67741aebeb5dccfc527840f782b2cc383788ec5 | [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 | 70870b2c722bdd67d945ce3a8776c54d4e5b601e | |
parent | a77846cded4f44c37e0ef7acb9da0afa368771c7 [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(