iced_wgpu::window::compositor

Function new

Source
pub async fn new<W: Window>(
    settings: Settings,
    compatible_window: W,
) -> Result<Compositor, Error>
Expand description

Creates a Compositor with the given Settings and window.