Function egui_directx11::split_output

source ·
pub fn split_output(
    full_output: FullOutput
) -> (RendererOutput, PlatformOutput, ViewportIdMap<ViewportOutput>)
Expand description

Convenience method to split a egui::FullOutput into the RendererOutput part and other parts for platform integration.