Crate egui_wgpu

source ·
Expand description

This crates provides bindings between egui and wgpu.

Feature flags

  • puffin — Enable profiling with the puffin crate.

  • winit — Enable winit integration.

Optional dependencies

  • document-features — Enable this when generating docs.

Re-exports

pub use wgpu;
pub use renderer::CallbackFn;
pub use renderer::Renderer;

Modules

Low-level painting of egui on wgpu.
Module for painting egui with wgpu on winit.

Structs

Access to the render state for egui.
Configuration for using wgpu with eframe or the egui-wgpu winit feature.

Enums

Specifies which action should be taken as consequence of a wgpu::SurfaceError

Functions

Find the framebuffer format that egui prefers