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

Method Shutdown

SampleFramework12/v1.00/Graphics/SpriteRenderer.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void SpriteRenderer::Shutdown()
90{
91 DestroyPSOs();
92
93 indexBuffer.Shutdown();
94 instanceDataBuffer.Shutdown();
95 defaultTexture.Shutdown();
96 DX12::Release(rootSignature);
97}
98
99void SpriteRenderer::CreatePSOs(DXGI_FORMAT rtFormat)
100{

Callers

nothing calls this directly

Calls 2

DestroyPSOsFunction · 0.85
ReleaseFunction · 0.85

Tested by

no test coverage detected