summaryrefslogtreecommitdiffstats
path: root/wgpu/src/layer/quad.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-30Move `layer::quad` types to `quad` moduleLibravatar Héctor Ramón Jiménez1-149/+0
2023-05-29Adjusted `Quads` struct to be opaque `quad::Layer`.Libravatar Bingus1-0/+89
2023-05-29Fixed issue where quads of different types were not ordered.Libravatar Bingus1-0/+9
2023-05-26Changed gradient::Packed to be `repr(C)` for direct gpu upload.Libravatar Bingus1-2/+2
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus1-10/+31
2023-03-01Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez1-0/+0
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn1-1/+1
2022-10-06Fixed lint issues & cleaned up some documentation.Libravatar shan1-1/+1
2022-10-05Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan1-0/+30