diff options
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); |
