Vulkan 1.0.60 Brings A Few New Extensions

Written by Michael Larabel in Vulkan on 4 September 2017 at 08:22 AM EDT. 25 Comments
VULKAN
Vulkan 1.0.60 was released today as the newest version of the Khronos Group's high-performance graphics API.

There are a variety of documentation corrections with Vulkan 1.0.60 and also a new prototype tool to generate in-place diffs. Most interesting though are the few new extensions.

New extensions of Vulkan 1.0.60 include VK_AMD_shader_fragment_mask, VK_EXT_sample_locations, and VK_EXT_validation_cache.

AMD_shader_fragment_mask yields efficient read access to the fragment mask in compressed multi-sampled color surfaces. For OpenGL is also now a similar GL_AMD_shader_fragment_mask extension.

VK_EXT_sample_locations allows an application to modify locations of samples within a rasterization pixel.

VK_EXT_validation_cache provides a means to cache "potentially expensive internal validation operations."

The up-to-date Vulkan documentation is 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