Vulkan 1.1.118 Released With New AMD Extensions

Written by Michael Larabel in Vulkan on 11 August 2019 at 11:08 AM EDT. 12 Comments
VULKAN
Another week, another new Vulkan update.

Vulkan 1.1.118 is the latest version of this high performance graphics API specification. As is usually the case, there are a number of document corrections/clarifications trickling in to this ever evolving spec. But besides those maintenance items, there are two new extensions, both of which happen to be AMD vendor extensions.

The new extensions to Vulkan 1.1.118 are VK_AMD_shader_core_properties2 and VK_AMD_pipeline_compiler_control.

VK_AMD_shader_core_properties2 exposes additional shader core properties, complementing VK_KHR_get_physical_device_properties2.

VK_AMD_pipeline_compiler_control is used for passing compilation control flags to a pipeline for tuning purposes. The actual flags though will be added in future Vulkan revisions with this Vulkan 1.1.118 version just doing the plumbing for the pipeline compiler control support.

More details up on 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