MCPcopy Create free account
hub / github.com/LibreVR/Revive / DebugUtilsCallback

Function DebugUtilsCallback

Revive/REV_CAPI_Vk.cpp:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#endif
28
29VKAPI_ATTR VkBool32 VKAPI_CALL DebugUtilsCallback(
30 VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity,
31 VkDebugUtilsMessageTypeFlagsEXT messageType,
32 const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData,
33 void* pUserData)
34{
35 OutputDebugStringA(pCallbackData->pMessage);
36 OutputDebugStringA("\n");
37 return VK_FALSE;
38}
39
40OVR_PUBLIC_FUNCTION(ovrResult)
41ovr_GetInstanceExtensionsVk(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected