MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Shutdown_Internal

Method Shutdown_Internal

SampleFramework12/v1.00/App.cpp:159–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void App::Shutdown_Internal()
160{
161 DX12::FlushGPU();
162 DestroyPSOs();
163 ImGuiHelper::Shutdown();
164 ShutdownShaders();
165 spriteRenderer.Shutdown();
166 font.Shutdown();
167 swapChain.Shutdown();
168 AppSettings::Shutdown();
169 Profiler::GlobalProfiler.Shutdown();
170
171 Shutdown();
172
173 DX12::Shutdown();
174}
175
176void App::Update_Internal()
177{

Callers

nothing calls this directly

Calls 5

FlushGPUFunction · 0.85
DestroyPSOsFunction · 0.85
ShutdownShadersFunction · 0.85
ShutdownFunction · 0.70
ShutdownMethod · 0.45

Tested by

no test coverage detected