unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCmdDispatch.txt

11 lines
411 B
Plaintext
Raw Normal View History

// 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);
----