iced::widget

Module shader

Source
Available on crate feature wgpu only.
Expand description

A custom shader widget for wgpu applications.

Structs§

Action
A runtime action that can be performed by some widgets.
Shader
A widget which can render custom shaders with Iced’s wgpu backend.
Storage
Stores custom, user-provided types.
Viewport
A viewing region for displaying computer graphics.

Traits§

Primitive
A set of methods which allows a Primitive to be rendered.
Program
The state and logic of a Shader widget.