| 736 | } |
| 737 | |
| 738 | OVR_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 | |
| 746 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainLength(ovrSession session, ovrTextureSwapChain chain, int* out_Length) |
| 747 | { |
nothing calls this directly
no outgoing calls
no test coverage detected