MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~CompositorBase

Method ~CompositorBase

Revive/CompositorBase.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67CompositorBase::~CompositorBase()
68{
69 if (m_MirrorTexture)
70 delete m_MirrorTexture;
71
72#if MICROPROFILE_ENABLED
73 g_ProfileManager.SetTexture(nullptr);
74#endif
75}
76
77ovrResult CompositorBase::CreateTextureSwapChain(const ovrTextureSwapChainDesc* desc, ovrTextureSwapChain* out_TextureSwapChain)
78{

Callers

nothing calls this directly

Calls 1

SetTextureMethod · 0.80

Tested by

no test coverage detected