| 677 | } |
| 678 | |
| 679 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_SetBoundaryLookAndFeel(ovrSession session, const ovrBoundaryLookAndFeel* lookAndFeel) |
| 680 | { |
| 681 | REV_TRACE(ovr_SetBoundaryLookAndFeel); |
| 682 | |
| 683 | return ovrError_Unsupported; |
| 684 | } |
| 685 | |
| 686 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_ResetBoundaryLookAndFeel(ovrSession session) |
| 687 | { |
nothing calls this directly
no outgoing calls
no test coverage detected