Home | History | Annotate | Download | only in vk

Lines Matching refs:WaitForFences

1514     err = VK_CALL(WaitForFences(fDevice, 1, &fence, true, UINT64_MAX));
2198 VkResult result = VK_CALL(WaitForFences(this->device(), 1, (VkFence*)&fence, VK_TRUE, timeout));