egui/crates/egui-wgpu/src
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
..
egui.wgsl Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
lib.rs eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
renderer.rs using a shared vertex & index buffer in wgpu renderer (#2148) 2022-10-14 10:53:19 +02:00
winit.rs wgpu renderer now always requires a RenderPass being passed in, pass command encoder to prepare callback (#2136) 2022-10-12 14:27:24 +02:00