Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1843
OVR_PUBLIC_FUNCTION(ovrResult)
1844
ovr_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