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

Function ovr_GetBoundaryVisible

Revive/REV_CAPI.cpp:730–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryVisible(ovrSession session, ovrBool* outIsVisible)
731{
732 REV_TRACE(ovr_GetBoundaryVisible);
733
734 *outIsVisible = vr::VRChaperone()->AreBoundsVisible();
735 return ovrSuccess;
736}
737
738OVR_PUBLIC_FUNCTION(ovrResult) ovr_RequestBoundaryVisible(ovrSession session, ovrBool visible)
739{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected