Vulkan 1.2.140 Released With New Extensions For Private Data, Custom Border Color

Written by Michael Larabel in Vulkan on 4 May 2020 at 10:05 AM EDT. 10 Comments
VULKAN
Vulkan 1.2.140 is out as the latest version of the Vulkan API for high performance graphics and compute. Besides the usual assortment of documentation clarifications/fixes, this round does bring two new extensions.

The new extensions for Vulkan 1.2.140 are VK_EXT_private_data and VK_EXT_custom_border_color.

VK_EXT_private_data is a new extension designed by several NVIDIA engineers. This "private data" isn't private in the sense of security or DRM minded but for attaching arbitrary payloads to Vulkan objects. The VK_EXT_private_data extension allows for private data slots to be attached to Vulkan objects and are for application-defined data.

VK_EXT_custom_border_color is an extension worked on meanwhile by many different vendors from Valve to NVIDIA to AMD and Intel and various ARM/embedded folks. This extension provides a cross-vendor way for specifying a custom border color for the sampler address mode when VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER is utilized.

More details on the Vulkan 1.2.140 changes via GitHub.
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