use crateEguiState;
use crateWgpuRenderer;
/// Drains the egui frame output stashed on `world.plugin_resource_mut::<EguiState>()` and hands
/// it to the egui pass. Called early in
/// [`render_frame`](super::frame::render_frame), before the graph executes.
pub