summaryrefslogtreecommitdiffstats
path: root/wgpu/src/offscreen.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-27Simplify `offscreen` API as `color` module in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-188/+0
2023-06-14Replaced offscreen_blit.wgsl with existing blit.wgsl.Libravatar Bingus1-103/+60
2023-06-08Added in check for web-colors.Libravatar Bingus1-7/+16
2023-06-08Adjusted offscreen pass to be a render pass vs compute for compat with ↵Libravatar Bingus1-22/+142
web-colors flag.
2023-06-06Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus1-0/+102
window::screenshot command.