Lines Matching defs:semaphoreCreateInfo
1401 auto const semaphoreCreateInfo = vk::SemaphoreCreateInfo();
1410 result = device.createSemaphore(&semaphoreCreateInfo, nullptr, &image_acquired_semaphores[i]);
1413 result = device.createSemaphore(&semaphoreCreateInfo, nullptr, &draw_complete_semaphores[i]);
1417 result = device.createSemaphore(&semaphoreCreateInfo, nullptr, &image_ownership_semaphores[i]);