diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-30 15:22:41 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 11:20:06 -0700 |
| commit | cccdce19011d78fcf3898e8f7385b3619f4a8a0a (patch) | |
| tree | 77eb74c3d4dedded7e26ae376ec39cc4febb5c43 /loader/debug_report.h | |
| parent | 2dafae41b1f79bfb462eb37c1fdf3479879d9485 (diff) | |
| download | usermoji-cccdce19011d78fcf3898e8f7385b3619f4a8a0a.tar.xz | |
debug_report: make destroy have void return value
Diffstat (limited to 'loader/debug_report.h')
| -rw-r--r-- | loader/debug_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/debug_report.h b/loader/debug_report.h index 82100214..481cbd46 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -108,7 +108,7 @@ VKAPI_ATTR VkResult VKAPI_CALL loader_CreateDebugReportCallback( const VkAllocationCallbacks *pAllocator, VkDebugReportCallbackLUNARG *pCallback); -VKAPI_ATTR VkResult VKAPI_CALL loader_DestroyDebugReportCallback( +VKAPI_ATTR void VKAPI_CALL loader_DestroyDebugReportCallback( VkInstance instance, VkDebugReportCallbackLUNARG callback, const VkAllocationCallbacks *pAllocator); |
