1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkFreeCommandBuffers,vkFreeCommandBuffers]] 3[source,c++] 4---- 5void vkFreeCommandBuffers( 6 VkDevice device, 7 VkCommandPool commandPool, 8 uint32_t commandBufferCount, 9 const VkCommandBuffer* pCommandBuffers); 10---- 11