Searched defs:SemaphoreWithInitial (Results 1 – 1 of 1) sorted by relevance
2515 struct SemaphoreWithInitial struct2517 vk::Move<vk::VkSemaphore> semaphore;2518 uint64_t initialValue;2520 …SemaphoreWithInitial(vk::Move<vk::VkSemaphore> &&sem, uint64_t initVal) : semaphore(sem), initialV… in SemaphoreWithInitial() argument2524 …SemaphoreWithInitial(SemaphoreWithInitial &&other) : semaphore(other.semaphore), initialValue(othe… in SemaphoreWithInitial() function