Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Clear
Method
Clear
Source/Engine/Renderer/RenderList.cpp:530–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
}
529
530
void DrawCallsList::Clear()
531
{
532
Indices.Clear();
533
PreBatchedDrawCalls.Clear();
534
Batches.Clear();
535
CanUseInstancing = true;
536
}
537
538
bool DrawCallsList::IsEmpty() const
539
{
Callers
15
ReturnToPool
Method · 0.45
CleanupCache
Method · 0.45
DrainDelayedDraws
Method · 0.45
BuildObjectsBuffer
Method · 0.45
SortDrawCalls
Method · 0.45
ExecuteDrawCalls
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
Render
Method · 0.45
RenderMotionVectors
Method · 0.45
RenderLights
Method · 0.45
Dispose
Method · 0.45
Calls
3
RenderFogData
Class · 0.85
PostProcessSettings
Class · 0.85
Free
Method · 0.45
Tested by
no test coverage detected