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

Method IsEmpty

Source/Engine/Renderer/RenderList.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538bool DrawCallsList::IsEmpty() const
539{
540 return Indices.Count() + PreBatchedDrawCalls.Count() == 0;
541}
542
543RenderListAlloc::~RenderListAlloc()
544{

Callers 15

ExecuteDrawCallsMethod · 0.45
OnSceneRenderingDirtyMethod · 0.45
DrawDecalsMethod · 0.45
RenderMethod · 0.45
SetupShadowsMethod · 0.45
RenderShadowMapsMethod · 0.45
DrawMethod · 0.45
doWorkInnerMethod · 0.45
addDebugHemisphereMethod · 0.45
DrawTypeMethod · 0.45
RebuildClustersMethod · 0.45
DrawMethod · 0.45

Calls 1

CountMethod · 0.45

Tested by 2

TestPathMethod · 0.36
PerformMethod · 0.36