diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-11-25 13:50:00 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-15 09:10:28 -0700 |
| commit | 66b605ea9d091dd60ba6e62a1eb79abb90d43dfb (patch) | |
| tree | 10a51475ac83d41b265545b8114acaf0e23a37b8 /include/vulkan | |
| parent | 680f52f839b08d7a7f252a7dc9027956a18e8b3f (diff) | |
| download | usermoji-66b605ea9d091dd60ba6e62a1eb79abb90d43dfb.tar.xz | |
loader: Remove unused debug helper functions
Helper functions weren't considered essential to the
debug_report extension and will be moved to a library.
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vk_lunarg_debug_report.h | 31 |
1 files changed, 0 insertions, 31 deletions
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 |
