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