mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
* using a shared vertex & index buffer in wgpu renderer capacity each doubles when exceeded. This change means a lot less allocation during egui's lifetime. * changelog update * minor code cleanup and changelog fix * fix linter issue