Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
void FontManager::Flush()
340
{
341
for (const auto& atlas : Atlases)
342
{
343
atlas->Flush();
344
}
345
}
346
347
void FontManager::EnsureAtlasCreated(int32 index)
348
{
Callers
6
ExecuteDrawCalls
Method · 0.45
Render
Method · 0.45
RenderInner
Function · 0.45
SetupShadows
Method · 0.45
Render
Method · 0.45
End
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected