Summary
Dispatch this compute shader using explicit thread counts.
Remarks
The specified thread counts will be automatically divided by the thread group size
defined in the shader to compute the final dispatch group count.
When called outside a graphics context, the dispatch runs immediately.
When called inside a graphics context, the dispatch runs async.