pub unsafe extern "system" fn vkCmdDispatch(
commandBuffer: VkCommandBuffer,
groupCountX: u32,
groupCountY: u32,
groupCountZ: u32,
)Expand description
Available if built with exported-prototypes.
pub unsafe extern "system" fn vkCmdDispatch(
commandBuffer: VkCommandBuffer,
groupCountX: u32,
groupCountY: u32,
groupCountZ: u32,
)Available if built with exported-prototypes.