Skip to content

Commit

Permalink
Do not try to load debug utils function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
fholger committed Apr 23, 2023
1 parent f7e9cab commit 6a05835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/VR/OpenXRRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ namespace
{
#define XR_LOAD_FN_PTR(name) XR_CheckResult(xrGetInstanceProcAddr(instance, #name, (PFN_xrVoidFunction*)& name), "loading extension function " #name, instance)
XR_LOAD_FN_PTR(xrGetD3D11GraphicsRequirementsKHR);
XR_LOAD_FN_PTR(xrCreateDebugUtilsMessengerEXT);
//XR_LOAD_FN_PTR(xrCreateDebugUtilsMessengerEXT);
}

XrBool32 XRAPI_PTR XR_DebugMessengerCallback(
Expand Down

0 comments on commit 6a05835

Please sign in to comment.