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

Function ovr_GetBoundaryVisible

ReviveXR/REV_CAPI.cpp:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739}
740
741OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryVisible(ovrSession session, ovrBool* outIsVisible)
742{
743 REV_TRACE(ovr_GetBoundaryVisible);
744
745 return ovrError_Unsupported;
746}
747
748OVR_PUBLIC_FUNCTION(ovrResult) ovr_RequestBoundaryVisible(ovrSession session, ovrBool visible)
749{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected