Quantcast
Channel: Questions in topic: "compute shader"
Viewing all articles
Browse latest Browse all 287

Are ComputeShader dispatches sequential?

$
0
0
If I dispatch 3 different kernels on the same compute shader like this: _computeShader.Dispatch(kernel1, x, y, z); _computeShader.Dispatch(kernel2, x, y, z); _computeShader.Dispatch(kernel3, x, y, z); will they run in the order they are called?

Viewing all articles
Browse latest Browse all 287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>