Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower default font atlas size #1160

Merged
merged 1 commit into from
Jan 25, 2022
Merged

Lower default font atlas size #1160

merged 1 commit into from
Jan 25, 2022

Commits on Jan 24, 2022

  1. Lower default font atlas size

    In #1154 the default was set to
    16k x 512, which is way excessive, as most of it will be blank.
    
    This PR changes it to 8k x 64, which will make egui
    use less RAM and VRAM, and load quicker again.
    
    This also decreases the max size from 16k² to 8k².
    That should be enough.
    emilk committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2182ca6 View commit details
    Browse the repository at this point in the history