vello/piet-gpu-hal
Raph Levien 047a0830d1 Towards wiring up images to k4
This patch passes a dynamically sized array of textures to the fine
rasterizer.

A bunch of the low level Vulkan stuff is done, but only enough of the
shaders and encoders to do minimal testing. We'll want to switch from
storage images to sampled images, track the actual array of textures
during encoding, use that to build the descriptor set (which will need
to be more dynamic), and of course run image elements through the
pipeline.

Progress towards #38
2020-11-24 22:11:38 -08:00
..
examples Builder pattern for pipelines 2020-11-24 22:11:38 -08:00
src Towards wiring up images to k4 2020-11-24 22:11:38 -08:00
Cargo.toml Update dependencies 2020-11-14 08:25:43 -08:00