blob: 3ded9cf8e56254bf4991a000e245fcb8947cca45 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkWaitForFences,vkWaitForFences]]
[source,c++]
----
VkResult vkWaitForFences(
VkDevice device,
uint32_t fenceCount,
const VkFence* pFences,
VkBool32 waitAll,
uint64_t timeout);
----