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

Function ovr_CreateMirrorTextureWithOptionsDX

ReviveXR/REV_CAPI_D3D.cpp:288–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288OVR_PUBLIC_FUNCTION(ovrResult) ovr_CreateMirrorTextureWithOptionsDX(ovrSession session,
289 IUnknown* d3dPtr,
290 const ovrMirrorTextureDesc* desc,
291 ovrMirrorTexture* out_MirrorTexture)
292{
293 return ovr_CreateMirrorTextureDX(session, d3dPtr, desc, out_MirrorTexture);
294}
295
296OVR_PUBLIC_FUNCTION(ovrResult) ovr_GetMirrorTextureBufferDX(ovrSession session,
297 ovrMirrorTexture mirrorTexture,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected