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

Function ovr_RequestBoundaryVisible

Revive/REV_CAPI.cpp:738–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738OVR_PUBLIC_FUNCTION(ovrResult) ovr_RequestBoundaryVisible(ovrSession session, ovrBool visible)
739{
740 REV_TRACE(ovr_RequestBoundaryVisible);
741
742 vr::VRChaperone()->ForceBoundsVisible(!!visible);
743 return ovrSuccess;
744}
745
746OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainLength(ovrSession session, ovrTextureSwapChain chain, int* out_Length)
747{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected