• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkCmdDispatch,vkCmdDispatch]]
3[source,c++]
4----
5void vkCmdDispatch(
6    VkCommandBuffer                             commandBuffer,
7    uint32_t                                    groupCountX,
8    uint32_t                                    groupCountY,
9    uint32_t                                    groupCountZ);
10----
11