Vulkan 1.0.60 Brings A Few New Extensions

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.
25 Comments