Vulkan 1.2.156 Released With Device Memory Report Extension

Written by Michael Larabel in Vulkan on 5 October 2020 at 12:14 PM EDT. 3 Comments
VULKAN
Vulkan 1.2.156 was released this morning and while it's a small revision to the API documentation it does come with a new extension.

Vulkan 1.2.156 adds one new extension and then has a fix for referring to memory import/export using the term payload rather than "the same underlying memory." The new extension is VK_EXT_device_memory_report.

VK_EXT_device_memory_report is an interesting Vulkan extension for profiling and debugging purposes. This extension by Google engineers allow registering of device memory event callbacks during device creation. In turn this allows applications/middleware to better track memory usage and the association to Vulkan objects. VK_EXT_device_memory_report allows for seeing the actual device memory usage and Vulkan memory allocations.

More details via this commit introducing the Vulkan 1.2.156 revisions.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week