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.
标签:represent,attachments,render,memory,pass,FrameBuffer,Vulkan,SDK 来源: https://www.cnblogs.com/khacker/p/12271915.html