egui/crates/egui-wgpu
Andreas Reich c414af7aa2
wgpu renderer now always requires a RenderPass being passed in, pass command encoder to prepare callback (#2136)
* wgpu renderer now always requires a RenderPass being passed in
This also implies that it no longer owns the depth buffer! (why would it anyways!)

* wgpu-renderer now passes a command encoder to prepare

* add changelog entries

* fixup changelogs, fix variable name
2022-10-12 14:27:24 +02:00
..
src 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
Cargo.toml Update to wgpu 0.14 (#2114) 2022-10-06 15:50:46 +02:00
CHANGELOG.md 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
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