1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkResetCommandPool,vkResetCommandPool]]
3[source,c++]
4----
5VkResult vkResetCommandPool(
6 VkDevice device,
7 VkCommandPool commandPool,
8 VkCommandPoolResetFlags flags);
9----
10