Indirect Compute
Indirect dispatch with compute shaders is a powerful feature that allows you to effeciently drive GPU simulations, and other computations completely on the GPU.
Dispatch Indirect
computeIndirect(argsBuf: buffer<uint>, argsOffset: uint, shader: shader<...>)