Vulkan 1.0.43 Adds Two New Extensions

Written by Michael Larabel in Vulkan on 10 March 2017 at 10:11 PM EST. 3 Comments
VULKAN
The Khronos Group has done a Friday evening update to the Vulkan 1.0 API specification.

Vulkan 1.0.43 includes a number of GitHub and internal-Khronos issues around document clarifications and other minor behavior differences.

Arguably most exciting about Vulkan 1.0.43 are two new extensions and they include VK_EXT_hdr_metadata and VK_GOOGLE_display_timing.

VK_EXT_hdr_metadata is largely the renaming of the existing VK_EXT_SMPTE2086_metadata extension. As a reminder, this extension is about supporting SMPTE 2086 meta-data in the swap chain. This new VK_EXT_hdr_metadata extension further advances the SMPTE meta-data to also include the CTA (Consumer Technology Association) 861.3 meta-data support too. This is all about improving Vulkan's HDR support although for most users it won't mean much until HDR displays are more common and for Linux users when High Dynamic Range is better supported by the Linux desktop.

VK_GOOGLE_display_timing is a new extension to allow applications making use of VK_KHR_swapchain to obtain information about the presentation engine's display, such as timing information.

The latest Vulkan specifications are available from the Khronos.org registry.
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