| 74 | |
| 75 | |
| 76 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_CreateMirrorTextureWithOptionsGL(ovrSession session, |
| 77 | const ovrMirrorTextureDesc* desc, |
| 78 | ovrMirrorTexture* out_MirrorTexture) |
| 79 | { |
| 80 | return ovr_CreateMirrorTextureGL(session, desc, out_MirrorTexture); |
| 81 | } |
| 82 | |
| 83 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferGL(ovrSession session, |
| 84 | ovrMirrorTexture mirrorTexture, |
nothing calls this directly
no test coverage detected