vello/piet-gpu-hal/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
..
hub.rs Use sampler for texture images 2020-11-25 18:05:10 -08:00
lib.rs Use sampler for texture images 2020-11-25 18:05:10 -08:00
vulkan.rs Use sampler for texture images 2020-11-25 18:05:10 -08:00