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

Method IsDirty

Source/Engine/Render2D/FontManager.cpp:352–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool FontManager::IsDirty()
353{
354 for (const auto atlas : Atlases)
355 {
356 if (atlas->IsDirty())
357 {
358 return true;
359 }
360 }
361 return false;
362}
363
364bool FontManager::HasDataSyncWithGPU()
365{

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected