| 461 | } |
| 462 | |
| 463 | void CompositorBase::SetMirrorTexture(ovrMirrorTexture mirrorTexture) |
| 464 | { |
| 465 | m_MirrorTexture = mirrorTexture; |
| 466 | } |
| 467 | |
| 468 | vr::VRTextureBounds_t CompositorBase::FovPortToTextureBounds(ovrFovPort eyeFov, ovrFovPort fov) |
| 469 | { |
no outgoing calls
no test coverage detected