vkWaitSemaphores | NVK Search
  1. No Results
Categories
vkWaitSemaphores Wait for timeline semaphores on the host Syntax
VkResult vkWaitSemaphores();
Parameters device VkDevice is the logical device that owns the semaphore. pWaitInfo VkSemaphoreWaitInfo is a reference to a VkSemaphoreWaitInfo structure containing information about the wait condition. 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.