mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
In https://github.com/emilk/egui/pull/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.