Vulkan 1.2.158 Released With Fragment Shading Rate Extension

Written by Michael Larabel in Vulkan on 19 October 2020 at 07:33 AM EDT. Add A Comment
VULKAN
Vulkan 1.2.158 was released this morning with two notable extensions introduced.

First up is VK_KHR_fragment_shading_rate that allows changing the rate at which fragments are shaded. Multiple pixels can be shaded now by a single fragment shader invocation. The new extension allows controlling the fragment shading rate on a per-draw, per-primitive, or per-region basis. Most notably this can be used by Vulkan-powered games for shading higher levels of detail in a scene compared to others. Or rather lower quality shading in some areas of the scene.

Similar behavior is already being used by newer Windows games with Direct3D while VK_KHR_fragment_shading_rate will be important for Vulkan games moving forward. VK_KHR_fragment_shading_rate was worked on by AMD, NVIDIA, Intel, Arm, and Qualcomm.

VK_KHR_shader_terminate_invocation is the other new extension and is for exposing SPIR-V terminate invocation support. This causes a shader invocation to immediately terminate and sets the coverage of shaded samples to zero.

There are also several specification clarifications/fixes as part of this Vulkan 1.2.158 release.
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