vello/piet-gpu/src
Raph Levien facc9e0982 Use sampler for texture images
Provide images to fine rasterization kernel as readonly textures with a
sampler, rather than storage images. That lets us use the GPU's hardware
for sampling, which should be considerably more efficient.

There are a bunch of parameters that are hardcoded, but it does seem to
work.
2020-11-25 18:05:10 -08:00
..
lib.rs Use sampler for texture images 2020-11-25 18:05:10 -08:00
pico_svg.rs Make fills work 2020-06-05 22:40:44 -07:00
render_ctx.rs Continuing work on clips 2020-11-20 18:25:27 -08:00