mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -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
egui-wgpu
This crates provides bindings between egui and wgpu.
This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend