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.
原文:https://www.cnblogs.com/khacker/p/12271915.html