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

Method Shutdown

SampleFramework12/v1.00/Graphics/GraphicsTypes.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void DescriptorHeap::Shutdown()
60{
61 Assert_(Allocated == 0);
62 DX12::Release(Heap);
63}
64
65DescriptorHandle DescriptorHeap::Allocate()
66{

Callers

nothing calls this directly

Calls 4

ReleaseFunction · 0.85
DeferredReleaseFunction · 0.85
FreeMethod · 0.80
SizeMethod · 0.45

Tested by

no test coverage detected