blob: a4e60db21ad00f96d0201e3e6d5540697a3e7ec5 [file] [log] [blame]
// 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);
----