ComputePass.dispatch

Dispatches compute work operations.

x, y and z denote the number of work groups to dispatch in each dimension.

struct ComputePass
void
dispatch
(
const uint x
,
const uint y
,
const uint z
)

Meta