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

Function ovr_ResetBoundaryLookAndFeel

ReviveXR/REV_CAPI.cpp:686–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session)
687{
688 REV_TRACE(ovr_ResetBoundaryLookAndFeel);
689
690 return ovrError_Unsupported;
691}
692
693OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryGeometry(ovrSession session, ovrBoundaryType boundaryType, ovrVector3f* outFloorPoints, int* outFloorPointsCount)
694{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected