pub unsafe extern "system" fn vkCmdDispatchBaseKHR(
commandBuffer: VkCommandBuffer,
baseGroupX: u32,
baseGroupY: u32,
baseGroupZ: u32,
groupCountX: u32,
groupCountY: u32,
groupCountZ: u32,
)Expand description
Available if built with prototypes.