1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCmdDispatchBase,vkCmdDispatchBase]] 3[source,c++] 4---- 5void vkCmdDispatchBase( 6 VkCommandBuffer commandBuffer, 7 uint32_t baseGroupX, 8 uint32_t baseGroupY, 9 uint32_t baseGroupZ, 10 uint32_t groupCountX, 11 uint32_t groupCountY, 12 uint32_t groupCountZ); 13---- 14