Skip to main content

Module compositor

Module compositor 

Source
Expand description

Connect a window with a renderer.

Structs§

Compositor
A window graphics backend for iced powered by wgpu.
Settings
The settings of a Compositor.

Enums§

Error
A compositor error.

Functions§

new
Creates a Compositor with the given Settings and window.
present
Presents the given primitives with the given Compositor.
present_mode_from_env
Obtains a [wgpu::PresentMode] from the current environment configuration, if set.