Function asi_vulkan::create_framebuffers [] [src]

pub unsafe fn create_framebuffers(
    connection: &mut Vk,
    image_count: u32,
    render_pass: VkRenderPass,
    present_imgviews: &[VkImageView],
    multisample_img: &Image,
    depth_img: &Image,
    width: u32,
    height: u32,
    fbs: &mut [VkFramebuffer]
)