Hello,
a simple question:
is a Compute Shader spreadable? How?
I see that dynamic buffers can be put toghether with Cons for dynamic buffers. If I simply put a spread of dynamic buffers in a CS this will not automatically spread.
I think this is a hard subject but maybe not.
If I have to process different spreads of datas with the same CS, how can I do it?