vkWaitForFences | NVK Search
  1. No Results
Categories
vkWaitForFences Wait for one or more fences to become signaled Syntax
VkResult vkWaitForFences();
Parameters device VkDevice is the logical device that owns the fences. fenceCount Number fence handles. pFences Array[VkFence] waitAll Boolean is the condition that must be satisfied to successfully unblock the wait. If waitAll is VK_TRUE, then the condition is that all fences in pFences are signaled. Otherwise, the condition is that at least one fence in pFences is signaled. timeout BigInt Number is the timeout period in units of nanoseconds. timeout is adjusted to the closest value allowed by the implementation-dependent timeout accuracy, which may be substantially longer than one nanosecond, and may be longer than the requested period.