MCPcopy 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
530void DrawCallsList::Clear()
531{
532 Indices.Clear();
533 PreBatchedDrawCalls.Clear();
534 Batches.Clear();
535 CanUseInstancing = true;
536}
537
538bool DrawCallsList::IsEmpty() const
539{

Callers 15

ReturnToPoolMethod · 0.45
CleanupCacheMethod · 0.45
DrainDelayedDrawsMethod · 0.45
BuildObjectsBufferMethod · 0.45
SortDrawCallsMethod · 0.45
ExecuteDrawCallsMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
RenderMotionVectorsMethod · 0.45
RenderLightsMethod · 0.45
DisposeMethod · 0.45

Calls 3

RenderFogDataClass · 0.85
PostProcessSettingsClass · 0.85
FreeMethod · 0.45

Tested by

no test coverage detected