Crate egui_render_wgpu
source ·Re-exports
pub use wgpu;
Structs
- textures uploaded by egui are represented by this struct
- This provides a Gfx backend for egui by implementing the
crate::GfxBackendtrait. can be used by egui applications which want to render some objects in the background but don’t want a full renderer. If you are making your own wgpu integration, then you can reuse theEguiPainterinstead which contains only egui render specific data.
Enums
- We take all the