diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-30 12:13:14 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 11:20:06 -0700 |
| commit | 2dafae41b1f79bfb462eb37c1fdf3479879d9485 (patch) | |
| tree | 5a8f281e9deb7556ee05accd6231fa6a1ef792c7 /loader/debug_report.h | |
| parent | dd0e617a6c5865c5a0d8ef6b9f626535b5c0708d (diff) | |
| download | usermoji-2dafae41b1f79bfb462eb37c1fdf3479879d9485.tar.xz | |
debug_report: rename and update to use CreateInfo
Diffstat (limited to 'loader/debug_report.h')
| -rw-r--r-- | loader/debug_report.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/loader/debug_report.h b/loader/debug_report.h index a6107a7f..82100214 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -102,13 +102,13 @@ bool debug_report_instance_gpa( const char* name, void **addr); -VKAPI_ATTR VkResult VKAPI_CALL loader_DbgCreateMsgCallback( - VkInstance instance, - VkFlags msgFlags, - const PFN_vkDbgMsgCallback pfnMsgCallback, - void* pUserData, - VkDebugReportCallbackLUNARG* pMsgCallback); +VKAPI_ATTR VkResult VKAPI_CALL loader_CreateDebugReportCallback( + VkInstance instance, + VkDebugReportCallbackCreateInfoLUNARG *pCreateInfo, + const VkAllocationCallbacks *pAllocator, + VkDebugReportCallbackLUNARG *pCallback); -VKAPI_ATTR VkResult VKAPI_CALL loader_DbgDestroyMsgCallback( - VkInstance instance, - VkDebugReportCallbackLUNARG msgCallback); +VKAPI_ATTR VkResult VKAPI_CALL loader_DestroyDebugReportCallback( + VkInstance instance, + VkDebugReportCallbackLUNARG callback, + const VkAllocationCallbacks *pAllocator); |
