This argument was completely ignored by the wgpu renderer, and used only for the `clip_mask` by the `tiny_skia` renderer. I believe creating a new clip mask is correct. This way it's possible to render offscreen without needing a surface. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
iced_wgpu
iced_wgpu is a wgpu renderer for iced_runtime. For now, it is the default renderer of Iced on native platforms.
wgpu supports most modern graphics backends: Vulkan, Metal, DX12, OpenGL, and WebGPU.