[−][src]Crate iced_glow
A glow renderer for iced_native.
Re-exports
pub use settings::Settings; |
pub use widget::*; |
Modules
| settings | Configure a renderer. |
| widget | Use the widgets supported out-of-the-box. |
| window | Display rendering results on windows. |
Structs
| Backend | |
| Color | A color in the sRGB color space. |
| Command | A collection of async operations. |
| Vector | A 2D vector. |
| Viewport | A viewing region for displaying computer graphics. |
Enums
| Background | The background of some element. |
| HorizontalAlignment | The horizontal alignment of some resource. |
| Length | The strategy used to fill space in a specific dimension. |
| VerticalAlignment | The vertical alignment of some resource. |
Type Definitions
| Renderer |