Vulkan 1.2.195 Introduced With Three New Extensions

Written by Michael Larabel in Vulkan on 5 October 2021 at 08:19 AM EDT. 1 Comment
VULKAN
Vulkan 1.2.195 is out today as the latest weekly update to this high performance, industry standard API for graphics and compute.

With Vulkan 1.2.195 there is the usual assortment of documentation clarifications/corrections plus this time around are three new extensions. The new extensions in Vulkan 1.2.195 include:

VK_KHR_format_feature_flags2 - Extending the existing feature_flags behavior to now have a 64-bit feature flag compared to the prior flag bits that were limited to 31 flags of which 29 were already in use as of the moment. Basically this will ensure there is room for more feature flags moving forward.

VK_KHR_maintenance4 - The latest take on the KHR_maintenance front that ushers in minor changes that by themselves aren't worthy of a new extension. The VK_KHR_maintenance4 extension brings a handful of subtle changes and relaxing some prior requirements.

VK_EXT_rgba10x6_formats - Enables use of RGBA 10x6 (R10X6G10X6B10X6A10X6_UNORM_4PACK16) format.

This latest Vulkan API specification is publicly available from Vulkan.org.
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