Module shader

Module shader 

Source
Available on crate feature wgpu only.
Expand description

A custom shader widget for wgpu applications.

Re-exports§

pub use crate::Action;

Structs§

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§

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