内容简介: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.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- EL-ADMIN v2.1 发布,新增图形验证码登录
- EL-ADMIN v2.1 发布,新增图形验证码登录
- 原 荐 八月新增开源项目:假装自己是图形界面的 Git 命令行工具
- JavaScript图形实例:迭代函数系统生成图形
- 从图形到像素:前端图形编程技术概览
- TensorFlow也可以做图形渲染了:当神经网络遇上计算机图形学
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
程序员代码面试指南:IT名企算法与数据结构题目最优解
左程云 / 电子工业出版社 / 2015-9 / 79.00元
这是一本程序员面试宝典!书中对IT名企代码面试各类题目的最优解进行了总结,并提供了相关代码实现。针对当前程序员面试缺乏权威题目汇总这一痛点,本书选取将近200道真实出现过的经典代码面试题,帮助广大程序员的面试准备做到万无一失。“刷”完本书后,你就是“题王”!__eol__本书采用题目+解答的方式组织内容,并把面试题类型相近或者解法相近的题目尽量放在一起,读者在学习本书时很容易看出面试题解法之间的联......一起来看看 《程序员代码面试指南:IT名企算法与数据结构题目最优解》 这本书的介绍吧!