Function ComputePass.dispatch
Dispatches compute work operations.
void dispatch
(
const(uint) x,
const(uint) y,
const(uint) z
);
x, y and z denote the number of work groups to dispatch in each dimension.