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

栏目: 软件资讯 · 发布时间: 5年前

内容简介: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 ...

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.

更新日志


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Python 3学习笔记(上卷)

Python 3学习笔记(上卷)

雨痕 / 电子工业出版社 / 2018-1 / 89

经过9 年的发展,Python 3 生态已相当成熟。无论是语言进化、解释器性能提升,还是第三方支持,都是如此。随着Python 2.7 EOF 日趋临近,迁移到Python 3 的各种障碍也被逐一剔除。是时候在新环境下学习或工作了。 人们常说Python 简单易学,但这是以封装和隐藏复杂体系为代价的。仅阅读语言规范很难深入,亦无从发挥其应有能力,易学难精才是常态。《Python 3学习笔记(......一起来看看 《Python 3学习笔记(上卷)》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换