Skip to main content

Module overlay

Module overlay 

Source
Expand description

Concrete [EditorOverlay] implementation backed by egui + custom wgpu renderer.

This struct manages:

  • An [egui::Context] for UI building (shared with khora-editor)
  • An [egui_winit::State] for input event translation
  • A custom EguiWgpuRenderer for rendering egui output with wgpu 28

Structsยง

EguiFrameRenderState
Render state passed through end_frame_and_render as &mut dyn Any.
EguiOverlay
Egui-based editor overlay implementation.