Vulkan SDK之 FrameBuffer

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.

 

posted on 2020-02-07 08:51  KHacker  阅读(284)  评论(0编辑  收藏  举报