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
Compositorwith the givenSettingsand 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.