// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[vkCmdDispatchBase,vkCmdDispatchBase]] [source,c++] ---- void vkCmdDispatchBase( VkCommandBuffer commandBuffer, uint32_t baseGroupX, uint32_t baseGroupY, uint32_t baseGroupZ, uint32_t groupCountX, uint32_t groupCountY, uint32_t groupCountZ); ----