Module cosmic::iced_winit::graphics::compositor
source · Expand description
A compositor is responsible for initializing a renderer and managing window surfaces.
Structs§
- Contains information about the graphics (e.g. graphics adapter, graphics backend).
Enums§
- Result of an unsuccessful call to
Compositor::present
.
Traits§
- A graphics compositor that can draw to windows.
- Defines the default compositor of a renderer.
- A window that can be used in a
Compositor
.