pub fn check_dispatch(
    device: &Device,
    dimensions: [u32; 3]
) -> Result<(), CheckDispatchError>
Expand description

Checks whether the dispatch dimensions are supported by the device.