10 lines
364 B
Plaintext
10 lines
364 B
Plaintext
|
|
// 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);
|
||
|
|
----
|