summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer/quad.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `layer::quad` types to `quad` moduleLibravatar Héctor Ramón Jiménez2023-05-301-149/+0
| | | | Not sure why I split these to begin with!
* Adjusted `Quads` struct to be opaque `quad::Layer`.Libravatar Bingus2023-05-291-0/+89
|
* Fixed issue where quads of different types were not ordered.Libravatar Bingus2023-05-291-0/+9
|
* Changed gradient::Packed to be `repr(C)` for direct gpu upload.Libravatar Bingus2023-05-261-2/+2
|
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-10/+31
|
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-0/+30