MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / Initialize

Method Initialize

src/dll/profiler.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33Profiler Profiler::GlobalProfiler;
34
35void Profiler::Initialize(ID3D11Device* profilerDevice, ID3D11DeviceContext* immContext)
36{
37 this->device = profilerDevice;
38 this->context = immContext;
39}
40
41#if PROFILER_ENABLE
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected