vello/piet-gpu/src
Raph Levien 076e6d600d Progress on wiring up fills
Write the right_edge to the binning output.

More work on encoding the fill/stroke distinction and plumbing that
through the pipeline. This is a bit unsatisfying because of the code
duplication; having an extra fill/stroke bool might be better, but I
want to avoid making the structs bigger (this could be solved by
better packing in the struct encoding).

Fills are plumbed through to the last stage. Backdrop is WIP.
2020-05-20 11:14:19 -07:00
..
lib.rs Start implementing fills 2020-05-19 20:40:04 -07:00
pico_svg.rs Progress on wiring up fills 2020-05-20 11:14:19 -07:00
render_ctx.rs Progress on wiring up fills 2020-05-20 11:14:19 -07:00