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

Function ovr_SetBoundaryLookAndFeel

ReviveXR/REV_CAPI.cpp:679–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetBoundaryLookAndFeel(ovrSession session, const ovrBoundaryLookAndFeel* lookAndFeel)
680{
681 REV_TRACE(ovr_SetBoundaryLookAndFeel);
682
683 return ovrError_Unsupported;
684}
685
686OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session)
687{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected