Vulkan SDK之 FrameBuffer

Posted khacker

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 SDK之 CommandBuff

帧缓冲区在 Vulkan 中究竟是啥意思

Vulkan Tutorial 01 开发环境搭建之Windows

Vulkan Tutorial 01 开发环境搭建之Windows

Vulkan SDK Demo 之一 熟悉