Hacker News new | ask | show | jobs
by unclad5968 848 days ago
Commands are guaranteed to start in the order they are inserted into the buffer but not guaranteed to complete in that order.

Per kronos:

> Commands are also guaranteed to start in the exact order they were inserted, but because they can run in parallel, there is no guarantee that the commands will complete in that same order

https://www.khronos.org/blog/understanding-vulkan-synchroniz...