Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
538
bool DrawCallsList::IsEmpty() const
539
{
540
return Indices.Count() + PreBatchedDrawCalls.Count() == 0;
541
}
542
543
RenderListAlloc::~RenderListAlloc()
544
{
Callers
15
ExecuteDrawCalls
Method · 0.45
OnSceneRenderingDirty
Method · 0.45
DrawDecals
Method · 0.45
Render
Method · 0.45
SetupShadows
Method · 0.45
RenderShadowMaps
Method · 0.45
Draw
Method · 0.45
doWorkInner
Method · 0.45
addDebugHemisphere
Method · 0.45
DrawType
Method · 0.45
RebuildClusters
Method · 0.45
Draw
Method · 0.45
Calls
1
Count
Method · 0.45
Tested by
2
TestPath
Method · 0.36
Perform
Method · 0.36