Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent cleanup of SDF Font Face textures for now (#481)
Stop gap solution, ideally we do want SDF Font Face textures cleaned up if we can detect they have no renderable owners anymore to save as much memory as we can in case we hit critical levels. However for now prevent Font Face textures from being cleaned up until we have proper guards/reloads in the SDF Font Renderer at the expense of keeping the Font atlas always in memory regardless if its being used.
- Loading branch information