| 102 | |
| 103 | |
| 104 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_CreateMirrorTextureWithOptionsGL(ovrSession session, |
| 105 | const ovrMirrorTextureDesc* desc, |
| 106 | ovrMirrorTexture* out_MirrorTexture) |
| 107 | { |
| 108 | return ovr_CreateMirrorTextureGL(session, desc, out_MirrorTexture); |
| 109 | } |
| 110 | |
| 111 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferGL(ovrSession session, |
| 112 | ovrMirrorTexture mirrorTexture, |
nothing calls this directly
no test coverage detected