| 746 | } |
| 747 | |
| 748 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_RequestBoundaryVisible(ovrSession session, ovrBool visible) |
| 749 | { |
| 750 | REV_TRACE(ovr_RequestBoundaryVisible); |
| 751 | |
| 752 | return ovrError_Unsupported; |
| 753 | } |
| 754 | |
| 755 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetTextureSwapChainLength(ovrSession session, ovrTextureSwapChain chain, int* out_Length) |
| 756 | { |
nothing calls this directly
no outgoing calls
no test coverage detected