VOOZH about

URL: https://www.phoronix.com/news/Vulkan-1.4.346-Released

⇱ Vulkan 1.4.346 Released With Notable VK_KHR_device_address_commands - Phoronix


👁 Phoronix

Vulkan 1.4.346 Released With Notable VK_KHR_device_address_commands

Written by Michael Larabel in Vulkan on 13 March 2026 at 08:23 AM EDT. Add A Comment
Vulkan 1.4.346 was published today with one big new extension in tow: VK_KHR_device_address_commands.

The VK_KHR_device_address_commands extension is now public as a big addition worked on by the likes of AMD, Valve, NVIDIA, Collabora, Intel, LunarG, and others. It's a big one coming and allows for applications to use device addresses in place of buffer objects for most functionality.

VK_KHR_device_address_commands is intended to address a current Vulkan API limitation that applications / game engines end up currently needing to pass both buffer handles and device addresses. Since Vulkan 1.2 with VK_KHR_buffer_device_address there is the ability to obtain device addresses for buffers, but lots of functionality still depends upon buffer objects rather than device addresses. With VK_KHR_device_address_commands, that gap has been addressed. VK_KHR_device_address_commands adds new versions of older functions to be able to accept device addresses.

👁 VK_KHR_device_address_commands extension


Since the publishing of Vulkan 1.4.346 overnight, there are already Mesa merge requests open for the RADV driver and Intel ANV driver for supporting VK_KHR_device_address_commands.

Besides this big new extension, Vulkan 1.4.346 brings other minor issue corrections too. All the details via this Vulkan-Docs commit.

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.