Expand description
A glow renderer for iced_native.

Re-exports§
pub use settings::Settings;
Modules§
- settings
- Configure a renderer.
Structs§
- Backend
- A
glowgraphics backend foriced. - Color
- A color in the sRGB color space.
- Command
- A set of asynchronous actions to be performed by some runtime.
- Vector
- A 2D vector.
- Viewport
- A viewing region for displaying computer graphics.
Enums§
- Background
- The background of some element.
- Error
- A graphical error that occurred while running an application.
- Horizontal
Alignment - The horizontal
Alignmentof some resource. - Length
- The strategy used to fill space in a specific dimension.
- Vertical
Alignment - The vertical
Alignmentof some resource.