blob: 257febc49d7b662a700d8f7486ec3e6cddba17ab [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdDispatch,vkCmdDispatch]]
[source,c++]
----
void vkCmdDispatch(
VkCommandBuffer commandBuffer,
uint32_t groupCountX,
uint32_t groupCountY,
uint32_t groupCountZ);
----