vello/piet-gpu-hal/examples
Raph Levien e4b16e706a Timestamp queries
These function, but can use some work.

First, the buffer situation is worse than it should be. It should be
possible to create a single readback buffer rather then copy from
gpu-local to host-coherent.

Second, the command buffer `finish_timestamps` call doesn't correlate to
anything in Vulkan, so needs plumbing up through the hub in one form or
other when that happens. I'm inclined to make it ergonomic by doing a
bit of resource tracking that will trigger the appropriate call (and
subsequent host barrier) in the `finish` method on the command buffer.
2021-05-21 13:19:10 -07:00
..
shader Get Collatz example working 2020-04-06 12:11:37 -07:00
collatz.rs Builder pattern for pipelines 2020-11-24 22:11:38 -08:00
dx12_toy.rs Timestamp queries 2021-05-21 13:19:10 -07:00