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

Method Shutdown

SampleFramework12/v1.00/Graphics/Profiler.cpp:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void Profiler::Shutdown()
66{
67 DX12::DeferredRelease(queryHeap);
68 readbackBuffer.Shutdown();
69 profiles.Shutdown();
70 cpuProfiles.Shutdown();
71 numProfiles = 0;
72}
73
74uint64 Profiler::StartProfile(ID3D12GraphicsCommandList* cmdList, const char* name)
75{

Callers

nothing calls this directly

Calls 1

DeferredReleaseFunction · 0.85

Tested by

no test coverage detected