1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkResetFences,vkResetFences]] 3[source,c++] 4---- 5VkResult vkResetFences( 6 VkDevice device, 7 uint32_t fenceCount, 8 const VkFence* pFences); 9---- 10