首页 > 其他 > 详细

Vulkan SDK之 FrameBuffer

时间:2020-02-07 10:10:27      阅读:61      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/khacker/p/12271915.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!