MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / CleanupRenderTarget

Method CleanupRenderTarget

src/dll/menu.cpp:449–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449void Menu::CleanupRenderTarget()
450{
451 if (g_mainRenderTargetView)
452 {
453 g_mainRenderTargetView->Release();
454 g_mainRenderTargetView = nullptr;
455 }
456}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected