Home | History | Annotate | Download | only in include

Lines Matching refs:WaitForFences

448 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(
466 VkResult result = dev_data->device_dispatch_table->WaitForFences(device, fenceCount, (const VkFence*)local_pFences, waitAll, timeout);
2477 {"vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences)},