Function create_semaphore

Source
pub unsafe fn create_semaphore(
    device: VkDevice,
    create_info: *const VkSemaphoreCreateInfo,
    allocator: *const VkAllocationCallbacks,
    semaphore_out: *mut VkSemaphore,
) -> VkResult