mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 00:58:53 +00:00
944159d514
* 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