设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

图形API规范Vulkan 1.1.97发布:新增5个扩展程序

2019-1-7 14:07| 发布者: joejoe0332| 查看: 301| 评论: 0|原作者: oschina|来自: oschina

摘要: Vulkan 1.1.97 已经发布,该版本主要新增了一些扩展程序,内容如下:VK_EXT_buffer_device_address- Provides a means to query a buffer device address value for a buffer. That value can then be used to acces ...

Vulkan 1.1.97 已经发布,该版本主要新增了一些扩展程序,内容如下:

  • VK_EXT_buffer_device_address - Provides a means to query a buffer device address value for a buffer. That value can then be used to access the buffer memory via PhysicalStorageBufferEXT in GLSL and SPV_EXT_physical_storage_buffer from SPIR-V.

  • VK_EXT_memory_budget - This exposes the memory used and total memory budgeted for a memory heap. From there it can be estimated for how much total memory from each heap a process is using at a particular moment.

  • VK_EXT_memory_priority - This allows specifying a priority value at memory allocation time. This memory priority is used for trying to keep those allocations in device-local memory rather than potentially moving it to non-device-local-memory when a heap becomes full. These new Vulkan memory extensions were developed by NVIDIA engineers.

  • VK_EXT_validation_features - A LunarG-developed extension for enabling/disabling different validation features and validation layer features.

  • VK_KHR_depth_stencil_resolve - Allows automatically resolving multi-sampled depth/stencil attachments in a sub-pass.

更新日志


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部