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

Function ovr_DestroyTextureSwapChain

Revive/REV_CAPI.cpp:810–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808}
809
810OVR_PUBLIC_FUNCTION(void) ovr_DestroyTextureSwapChain(ovrSession session, ovrTextureSwapChain chain)
811{
812 REV_TRACE(ovr_DestroyTextureSwapChain);
813
814 if (!chain)
815 return;
816
817 MICROPROFILE_META_CPU("Identifier", chain->Identifier);
818 vr::VROverlay()->DestroyOverlay(chain->Overlay);
819 delete chain;
820}
821
822OVR_PUBLIC_FUNCTION(void) ovr_DestroyMirrorTexture(ovrSession session, ovrMirrorTexture mirrorTexture)
823{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected