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