On Tue Mar 19 16:03:54 2024 +0000, Giovanni Mascellani wrote:
Do you plan to add them shortly? Sequential consistency should be pretty easy, you just have to add the appropriate flag. Volatile seems a bit more complicated: it requires the Vulkan memory model, which in turn is incompatible with sequential consistency. So I don't know what's the solution for this. I wonder whether volatile accesses are used often in practice.
It was in the dev branch, so I added it here. This MR is fairly big but this addition is not complex.