Vulkan 1.1.113 Brings Two More Extensions

Written by Michael Larabel in Vulkan on 30 June 2019 at 07:33 AM EDT. Add A Comment
VULKAN
It's been just one week since the release of Vulkan 1.1.112 but it's now been succeeded by Vulkan 1.1.113 and two new extensions are in tow.

Vulkan 1.1.113 comes with its usual assortment of specification corrections and clarifications to the massive Vulkan API. Additionally, Vulkan 1.1.113 has two new extensions for EXT_texel_buffer_alignment and EXT_shader_demote_to_helper_invocation.

VK_EXT_texel_buffer_alignment offers more alignment requirements for uniform and storage texel buffers. This extension was contributed by NVIDIA.

EXT_shader_demote_to_helper_invocation is for adding SPIR-V's demote_to_helper_invocation bit to Vulkan. This new instruction allows shaders to demote a fragment shader invocation so that it behaves like a helper invocation. This extension worked on by NVIDIA is designed to better match for DirectX's "discard" instruction with HLSL.

More details on Vulkan 1.1.113 here.
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