Compute Shaders, how do they work?
More specifically: with Unity's system, is there a way to "chain" two different dispatch so the second one only start working after the first one?
Or does any treatment that need to happen sequentially need to be on the same dispatch?
Trying to replace my Jobs code with Compute Shaders for better performance, and I can't find an equivalent to dependencies chains.