MCPcopy Create free account
hub / github.com/LibreVR/Revive / ovr_CreateMirrorTextureWithOptionsGL

Function ovr_CreateMirrorTextureWithOptionsGL

Revive/REV_CAPI_GL.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76OVR_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
83OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferGL(ovrSession session,
84 ovrMirrorTexture mirrorTexture,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected