Variable VkPresentInfoKHR.pWaitSemaphores

struct VkPresentInfoKHR
{
  // ...
  const(VkSemaphore_T*)* pWaitSemaphores ;
  // ...
}