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.

Vulkan SDK之 FrameBuffer

 

上一篇:Vulkan SDK 之 Instance


下一篇:vulkan gpu limits in mali