pub unsafe extern "C" fn ovr_RequestBoundaryVisible(
    session: ovrSession,
    visible: ovrBool
) -> ovrResult
Expand description

Requests boundary to be visible.

session Specifies an ovrSession previously returned by ovr_Create. visible forces the outer boundary to be visible. An application can’t force it to be invisible, but can cancel its request by passing false. Returns ovrSuccess upon success.