Function create_framebuffer

Source
pub unsafe fn create_framebuffer(
    device: VkDevice,
    create_info: *const VkFramebufferCreateInfo,
    allocator: *const VkAllocationCallbacks,
    framebuffer_out: *mut VkFramebuffer,
) -> VkResult