Variable VkSubmitInfo.pSignalSemaphores

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