10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[vkAllocateCommandBuffers,vkAllocateCommandBuffers]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
VkResult vkAllocateCommandBuffers(
|
||
|
|
VkDevice device,
|
||
|
|
const VkCommandBufferAllocateInfo* pAllocateInfo,
|
||
|
|
VkCommandBuffer* pCommandBuffers);
|
||
|
|
----
|