From 66b605ea9d091dd60ba6e62a1eb79abb90d43dfb Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Wed, 25 Nov 2015 13:50:00 -0700 Subject: loader: Remove unused debug helper functions Helper functions weren't considered essential to the debug_report extension and will be moved to a library. --- include/vulkan/vk_lunarg_debug_report.h | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'include') diff --git a/include/vulkan/vk_lunarg_debug_report.h b/include/vulkan/vk_lunarg_debug_report.h index cb81ac58..50ee9ea8 100644 --- a/include/vulkan/vk_lunarg_debug_report.h +++ b/include/vulkan/vk_lunarg_debug_report.h @@ -144,37 +144,6 @@ VKAPI_ATTR VkResult VKAPI_CALL vkDbgDestroyMsgCallback( VkInstance instance, VkDbgMsgCallback msgCallback); -// DebugReport utility callback functions -VKAPI_ATTR void VKAPI_CALL vkDbgStringCallback( - VkFlags msgFlags, - VkDebugReportObjectTypeLUNARG objType, - uint64_t srcObject, - size_t location, - int32_t msgCode, - const char* pLayerPrefix, - const char* pMsg, - void* pUserData); - -VKAPI_ATTR void VKAPI_CALL vkDbgStdioCallback( - VkFlags msgFlags, - VkDebugReportObjectTypeLUNARG objType, - uint64_t srcObject, - size_t location, - int32_t msgCode, - const char* pLayerPrefix, - const char* pMsg, - void* pUserData); - -VKAPI_ATTR void VKAPI_CALL vkDbgBreakCallback( - VkFlags msgFlags, - VkDebugReportObjectTypeLUNARG objType, - uint64_t srcObject, - size_t location, - int32_t msgCode, - const char* pLayerPrefix, - const char* pMsg, - void* pUserData); - #endif // VK_PROTOTYPES #ifdef __cplusplus -- cgit v1.2.3