首页 > 其他 > 详细

memory management Vulkan

时间:2019-11-01 16:02:36      阅读:76      评论:0      收藏:0      [点我收藏+]

https://www.youtube.com/watch?v=rXSdDE7NWmA

vulkan

DEVICE_LOCAL 仅GPU可见 比如framebuffer 或者上传一次之后一直是gpu用的 srv vertexbuffer indexbuffer

 HOST_VISIBLE CPU可见

DEVICE_LOCAL+ HOST_VISIBLE CPU可见 比如constant buffer 需要每帧cpu写 gpu使用 uncached slow read write

HOST_VISIBLE+HOST_CACHED system memory, cached,GPU access through PCI,good resource to write by GPU ,read by CPU

 

memory management Vulkan

原文:https://www.cnblogs.com/minggoddess/p/11777132.html

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