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

10 lines
386 B
Plaintext
Raw Normal View History

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