Function create_swapchain

Source
pub unsafe fn create_swapchain(
    device: VkDevice,
    create_info: &SwapchainCreateInfo<'_, '_, '_>,
    allocation_callbacks: Option<&VkAllocationCallbacks>,
) -> Result<VkSwapchainKHR>