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

11 lines
436 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkFreeCommandBuffers,vkFreeCommandBuffers]]
[source,c++]
----
void vkFreeCommandBuffers(
VkDevice device,
VkCommandPool commandPool,
uint32_t commandBufferCount,
const VkCommandBuffer* pCommandBuffers);
----