Function VkDeviceCmds.CmdDispatchBase

Commands for VK_VERSION_1_1

void CmdDispatchBase (
  VkCommandBuffer_T* commandBuffer,
  uint baseGroupX,
  uint baseGroupY,
  uint baseGroupZ,
  uint groupCountX,
  uint groupCountY,
  uint groupCountZ
);