egui/crates/egui-wgpu
Andreas Reich f76eefb98d
[wgpu] Expose wgpu::Adapter via RenderState (#2954)
* [wgpu] Expose adapter, better errors, better docs, more code sharing, use stencil bits

* doc fix

* remove unnecessary unsafe

* handle missing framebuffer format

* better handling of renderstate creation in winit.rs

* remove unnecessary use directive
2023-04-25 17:42:13 +02:00
..
src [wgpu] Expose wgpu::Adapter via RenderState (#2954) 2023-04-25 17:42:13 +02:00
CHANGELOG.md Fix typos (#2866) 2023-04-18 15:52:45 +02:00
Cargo.toml [wgpu] Expose wgpu::Adapter via RenderState (#2954) 2023-04-25 17:42:13 +02:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

README.md

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