Function asi_vulkan::create_swapchain [] [src]

pub unsafe fn create_swapchain(
    connection: &Connection,
    surface: VkSurfaceKHR,
    gpu: VkPhysicalDevice,
    device: VkDevice,
    swapchain: &mut VkSwapchainKHR,
    width: u32,
    height: u32,
    image_count: &mut u32,
    color_format: VkFormat,
    present_mode: VkPresentModeKHR,
    swap_images: *mut VkImage
)