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

Function ovr_GetInstanceProcAddr

ReviveXR/REV_CAPI.cpp:1844–1848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1842
1843OVR_PUBLIC_FUNCTION(ovrResult)
1844ovr_GetInstanceProcAddr()
1845{
1846 // TODO: Passthrough to xrGetInstanceProcAddr
1847 return ovrError_Unsupported;
1848}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected