From fd150e9eb3ba16a0df0f817cc00087827e49efd7 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 30 Nov 2015 15:28:25 -0700 Subject: debug_report: Add DebugReportMessage function --- loader/debug_report.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'loader/debug_report.h') diff --git a/loader/debug_report.h b/loader/debug_report.h index 481cbd46..17808318 100644 --- a/loader/debug_report.h +++ b/loader/debug_report.h @@ -112,3 +112,13 @@ VKAPI_ATTR void VKAPI_CALL loader_DestroyDebugReportCallback( VkInstance instance, VkDebugReportCallbackLUNARG callback, const VkAllocationCallbacks *pAllocator); + +VKAPI_ATTR void VKAPI_CALL loader_DebugReportMessage( + VkInstance instance, + VkDebugReportFlagsLUNARG flags, + VkDebugReportObjectTypeLUNARG objType, + uint64_t object, + size_t location, + int32_t msgCode, + const char* pLayerPrefix, + const char* pMsg); -- cgit v1.2.3