egui/crates/egui-wgpu
Andreas Reich 944159d514
using a shared vertex & index buffer in wgpu renderer (#2148)
* 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
2022-10-14 10:53:19 +02:00
..
src using a shared vertex & index buffer in wgpu renderer (#2148) 2022-10-14 10:53:19 +02:00
Cargo.toml Update to wgpu 0.14 (#2114) 2022-10-06 15:50:46 +02:00
CHANGELOG.md using a shared vertex & index buffer in wgpu renderer (#2148) 2022-10-14 10:53:19 +02:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

egui-wgpu

Latest version Documentation MIT Apache

This crates provides bindings between egui and wgpu.

This was originally hosted at https://github.com/hasenbanck/egui_wgpu_backend