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

Function ovr_CreateMirrorTextureWithOptionsGL

ReviveXR/REV_CAPI_GL.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104OVR_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
111OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferGL(ovrSession session,
112 ovrMirrorTexture mirrorTexture,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected