Vulkan 1.2.200 Released With Two New Extensions

Written by Michael Larabel in Vulkan on 23 November 2021 at 01:56 PM EST. 13 Comments
VULKAN
Out today is Vulkan 1.2.200 as the newest spec revision to the Vulkan graphics/compute API.

With Vulkan 1.2.200 is the usual assortment of clarifications and corrections to this leading cross-platform graphics API. But besides that usual documentation churn, there are also two new extensions: VK_ARM_rasterization_order_attachment_access and VK_EXT_depth_clip_control.

The VK_ARM_rasterization_order_attachment_access vendor extension from Arm also received input from one of AMD's Vulkan developers in the process. The VK_ARM_rasterization_order_attachment_access extension extends input attachments to help in moving from OpenGL ES. "This extension extends the mechanism of input attachments to allow access to framebuffer attachments when used as both input and color, or depth/stencil, attachments from one fragment to the next, in rasterization order, without explicit synchronization."

VK_EXT_depth_clip_control is the new extension to allow applications to use the OpenGL depth range in NDC rather than Vulkan's default range. This extension is to help in allowing OpenGL implementations over Vulkan. Utilizing VK_EXT_depth_clip_control allows for greater efficiency by avoiding costly emulation in the pre-rasterization shader stages around altering the depth range. This extension for improving OpenGL over Vulkan is just the latest in many aimed at helping GL and other graphics APIs run atop Vulkan. This extension was worked on by Samsung and Google.

The latest Vulkan specification is 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