The Vulkan Framebuffer
Framebuffers represent a collection of memory attachments that are used by a render pass instance.
Examples of these memory attachments include the color image buffers and depth buffer that we created
in previous samples. A framebuffer provides the attachments that a render pass needs while rendering.