Variable VkSubmitInfo.pWaitSemaphores

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