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

10 lines
364 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCmdDispatchIndirect,vkCmdDispatchIndirect]]
[source,c++]
----
void vkCmdDispatchIndirect(
VkCommandBuffer commandBuffer,
VkBuffer buffer,
VkDeviceSize offset);
----