Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-27 | Simplify `offscreen` API as `color` module in `iced_wgpu` | 1 | -188/+0 | ||
2023-06-14 | Replaced offscreen_blit.wgsl with existing blit.wgsl. | 1 | -103/+60 | ||
2023-06-08 | Added in check for web-colors. | 1 | -7/+16 | ||
2023-06-08 | Adjusted offscreen pass to be a render pass vs compute for compat with ↵ | 1 | -22/+142 | ||
web-colors flag. | |||||
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 1 | -0/+102 | ||
window::screenshot command. |