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

Method Extract

Source/Engine/Profiler/ProfilerGPU.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void ProfilerGPU::EventBuffer::Extract(Array<Event>& data) const
81{
82 // Don't use unresolved data
83 ASSERT(_isResolved);
84 data = _data;
85}
86
87void ProfilerGPU::EventBuffer::Clear()
88{

Callers 1

OnDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected