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

Method HasData

Source/Engine/Profiler/ProfilerGPU.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25ProfilerGPU::EventBuffer ProfilerGPU::Buffers[PROFILER_GPU_EVENTS_FRAMES];
26
27bool ProfilerGPU::EventBuffer::HasData() const
28{
29 return _isResolved && _data.HasItems();
30}
31
32void ProfilerGPU::EventBuffer::EndAllQueries()
33{

Callers 3

GetLastFrameDataMethod · 0.45
OnDrawMethod · 0.45
UpdateMethod · 0.45

Calls 1

HasItemsMethod · 0.45

Tested by

no test coverage detected