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

Method Flush

Source/Engine/Render2D/FontManager.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void FontManager::Flush()
340{
341 for (const auto& atlas : Atlases)
342 {
343 atlas->Flush();
344 }
345}
346
347void FontManager::EnsureAtlasCreated(int32 index)
348{

Callers 6

ExecuteDrawCallsMethod · 0.45
RenderMethod · 0.45
RenderInnerFunction · 0.45
SetupShadowsMethod · 0.45
RenderMethod · 0.45
EndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected