1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdDispatchIndirect,vkCmdDispatchIndirect]]
3[source,c++]
4----
5void vkCmdDispatchIndirect(
6 VkCommandBuffer commandBuffer,
7 VkBuffer buffer,
8 VkDeviceSize offset);
9----
10