egui/crates/egui-wgpu
Andreas Reich 4c82519fb8
configurable wgpu backend (#2207)
* introduce new wgpu configuration option to allow configuring wgpu renderer

* use new options with wgpu web painter

* use on_surface_error callback

* changelog update

* cleanup

* changelog and comment fixes
2022-10-31 17:57:32 +01:00
..
src configurable wgpu backend (#2207) 2022-10-31 17:57:32 +01:00
Cargo.toml Update to wgpu 0.14 (#2114) 2022-10-06 15:50:46 +02:00
CHANGELOG.md configurable wgpu backend (#2207) 2022-10-31 17:57:32 +01: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