MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Reset

Method Reset

deps/LLGL/sources/Renderer/DebugLayer/DbgQueryTimerManager.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void DbgQueryTimerManager::Reset()
31{
32 records_.clear();
33 queryIndex_ = 0;
34 queryHeapIndex_ = 0;
35}
36
37void DbgQueryTimerManager::Start(const char* annotation)
38{

Callers 2

BeginMethod · 0.45
DXGetVideoAdapterDescFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected