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

Function ovr_InitDesktopWindow

LibOVRProxy/OVR_CAPI.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90OVR_PUBLIC_FUNCTION(ovrResult)
91ovr_InitDesktopWindow(
92 ovrSession session,
93 ovrDesktopWindowHandle* outWindowHandle)
94{
95 return ovrError_Unsupported;
96}
97
98OVR_PUBLIC_FUNCTION(ovrResult)
99ovr_ShowDesktopWindow(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected