Type Definition vulkan_bindings::FnCmdDispatch

source ·
pub type FnCmdDispatch = extern "system" fn(commandBuffer: CommandBuffer, groupCountX: u32, groupCountY: u32, groupCountZ: u32);