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

Function ovr_InitDesktopWindow

ReviveXR/REV_CAPI.cpp:1736–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734
1735OVR_PUBLIC_FUNCTION(ovrResult)
1736ovr_InitDesktopWindow(
1737 ovrSession session,
1738 ovrDesktopWindowHandle* outWindowHandle)
1739{
1740 return ovrError_Unsupported;
1741}
1742
1743OVR_PUBLIC_FUNCTION(ovrResult)
1744ovr_ShowDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected