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

Function ovr_CreateMirrorTextureWithOptionsDX

Revive/REV_CAPI_D3D.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89OVR_PUBLIC_FUNCTION(ovrResult) ovr_CreateMirrorTextureWithOptionsDX(ovrSession session,
90 IUnknown* d3dPtr,
91 const ovrMirrorTextureDesc* desc,
92 ovrMirrorTexture* out_MirrorTexture)
93{
94 return ovr_CreateMirrorTextureDX(session, d3dPtr, desc, out_MirrorTexture);
95}
96
97OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferDX(ovrSession session,
98 ovrMirrorTexture mirrorTexture,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected