| 33 | Profiler Profiler::GlobalProfiler; |
| 34 | |
| 35 | void Profiler::Initialize(ID3D11Device* profilerDevice, ID3D11DeviceContext* immContext) |
| 36 | { |
| 37 | this->device = profilerDevice; |
| 38 | this->context = immContext; |
| 39 | } |
| 40 | |
| 41 | #if PROFILER_ENABLE |
| 42 |
nothing calls this directly
no outgoing calls
no test coverage detected