Searched defs:SemaphoreWithInitial (Results 1 – 1 of 1) sorted by relevance
2487 struct SemaphoreWithInitial struct2489 vk::Move<vk::VkSemaphore> semaphore;2490 uint64_t initialValue;2492 …SemaphoreWithInitial(vk::Move<vk::VkSemaphore> &&sem, uint64_t initVal) : semaphore(sem), initialV… in SemaphoreWithInitial() function2496 …SemaphoreWithInitial(SemaphoreWithInitial &&other) : semaphore(other.semaphore), initialValue(othe… in SemaphoreWithInitial() argument