Home | History | Annotate | Download | only in libvulkan

Lines Matching defs:vkWaitForFences

652         { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) },
1426 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) {