MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Clear

Method Clear

Source/Engine/Profiler/ProfilerGPU.cpp:87–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ProfilerGPU::EventBuffer::Clear()
88{
89 _data.Clear();
90 _isResolved = false;
91 FrameIndex = 0;
92 PresentTime = 0.0f;
93}
94
95int32 ProfilerGPU::BeginEvent(const Char* name)
96{

Callers 6

ExtractMethod · 0.45
SetupMethod · 0.45
EndFrameMethod · 0.45
OnDrawMethod · 0.45
UpdateMethod · 0.45
DisposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected