Vulkan 1.2.182 Released With Some Prominent Extensions Added

Written by Michael Larabel in Vulkan on 21 June 2021 at 05:20 AM EDT. 8 Comments
VULKAN
Vulkan 1.2.182 is out and on top of various documentation fixes/clarifications, there are a few new extensions added with this revision.

Vulkan 1.2.182 has a few notable extensions that have been merged:

VK_EXT_acquire_drm_display - This extension allows for an application to take exclusive control of a display using the Direct Rendering Manager (DRM) interface on Linux. This can be useful for Wayland compositors, VR, and other purposes.

VK_EXT_physical_device_drm - The extension allows for querying DRM (Direct Rendering Manager) properties of physical devices. This work can allow for matching of Vulkan physical devices with DRM nodes on Linux. This extension can be useful for Vulkan-powered Wayland compositors and was undergoing public review the past number of months.

VK_EXT_multi_draw - Multi-draw support to allow passing an entire sequence of draws directly to the driver. This multi-draw extension was worked on by Valve, NVIDIA, Intel, Igalia, AMD, Samsung, and Khronos.

VK_HUAWEI_subpass_shading - The Huawei contributed extension allows applications to execute a subpass shading pipeline in a subpass of a render pass.

VK_NV_ray_tracing_motion_blur - NVIDIA has contributed this extension for ray-tracing motion blur handling / fast tracing of moving geometry.

The Vulkan 1.2.182 extension is available from Vulkan.org.
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