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

Method EnsureAtlasCreated

Source/Engine/Render2D/FontManager.cpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void FontManager::EnsureAtlasCreated(int32 index)
348{
349 Atlases[index]->EnsureTextureCreated();
350}
351
352bool FontManager::IsDirty()
353{

Callers

nothing calls this directly

Calls 1

EnsureTextureCreatedMethod · 0.80

Tested by

no test coverage detected