Crate egui_render_wgpu

source ·

Re-exports

Structs

  • textures uploaded by egui are represented by this struct
  • This provides a Gfx backend for egui by implementing the crate::GfxBackend trait. 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 the EguiPainter instead which contains only egui render specific data.

Enums

Constants