| 684 | } |
| 685 | |
| 686 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session) |
| 687 | { |
| 688 | REV_TRACE(ovr_ResetBoundaryLookAndFeel); |
| 689 | |
| 690 | return ovrError_Unsupported; |
| 691 | } |
| 692 | |
| 693 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetBoundaryGeometry(ovrSession session, ovrBoundaryType boundaryType, ovrVector3f* outFloorPoints, int* outFloorPointsCount) |
| 694 | { |
nothing calls this directly
no outgoing calls
no test coverage detected