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.
pub async fn new<W: Window>(
settings: Settings,
compatible_window: W,
) -> Result<Compositor, Error>
Creates a Compositor
with the given Settings
and window.