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

Function ovr_SetBoundaryLookAndFeel

Revive/REV_CAPI.cpp:690–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetBoundaryLookAndFeel(ovrSession session, const ovrBoundaryLookAndFeel* lookAndFeel)
691{
692 REV_TRACE(ovr_SetBoundaryLookAndFeel);
693
694 vr::HmdColor_t color = (vr::HmdColor_t&)lookAndFeel->Color;
695 vr::VRChaperone()->SetSceneColor(color);
696 return ovrSuccess;
697}
698
699OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session)
700{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected