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

Function ovr_RequestBoundaryVisible

ReviveXR/REV_CAPI.cpp:748–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748OVR_PUBLIC_FUNCTION(ovrResult) ovr_RequestBoundaryVisible(ovrSession session, ovrBool visible)
749{
750 REV_TRACE(ovr_RequestBoundaryVisible);
751
752 return ovrError_Unsupported;
753}
754
755OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainLength(ovrSession session, ovrTextureSwapChain chain, int* out_Length)
756{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected