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

Function Shutdown

SampleFramework12/v1.00/ImGuiHelper.cpp:161–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Shutdown()
162{
163 ImGui::Shutdown();
164
165 CBuffer.Shutdown();
166 FontTexture.Shutdown();
167 DX12::Release(RootSignature);
168
169 DestroyPSOs();
170}
171
172void CreatePSOs(DXGI_FORMAT rtFormat)
173{

Callers 4

~ArrayMethod · 0.70
InitMethod · 0.70
ResizeMethod · 0.70
Shutdown_InternalMethod · 0.70

Calls 3

ReleaseFunction · 0.85
DestroyPSOsFunction · 0.85
ShutdownMethod · 0.45

Tested by

no test coverage detected