Function VkDeviceCmds.CreateSemaphore

Commands for VK_VERSION_1_0

VkResult CreateSemaphore (
  VkDevice_T* device,
  const(VkSemaphoreCreateInfo)* pCreateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkSemaphore_T** pSemaphore
);