12 lines
467 B
Plaintext
12 lines
467 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[vkCmdDrawIndirect,vkCmdDrawIndirect]]
|
|
[source,c++]
|
|
----
|
|
void vkCmdDrawIndirect(
|
|
VkCommandBuffer commandBuffer,
|
|
VkBuffer buffer,
|
|
VkDeviceSize offset,
|
|
uint32_t drawCount,
|
|
uint32_t stride);
|
|
----
|