Minecraft: Java Edition is hard at work getting Vibrant Visuals ready. They have been exploring refactoring and looking at ways to modernize their rendering code. Following this work, they are now preparing to make a change to the underlying technology they use to render the game, by switching from OpenGL to Vulkan.
Minecraft: Java Edition is hard at work getting Vibrant Visuals ready. They have been exploring refactoring and looking at ways to modernize their rendering code. Following this work, they are now preparing to make a change to the underlying technology they use to render the game, by switching from OpenGL to Vulkan.
The Mesa 26.0 open-source graphics stack has been released as a major update that introduces new features and improvements across most of the included graphics drivers. Highlights of Mesa 26.0 include KosmicKrisp, a new Vulkan to Metal layered driver for macOS, significant raytracing performance improvements to the RADV Vulkan driver for AMD GPUs, and other Vulkan improvements.
In this blog, Vulkan Strategy Officer, Tobias Hector, explains the recent release of the VK_EXT_descriptor_heap extension. This extension is the first concrete attempt at totally replacing the existing descriptor set subsystem in Vulkan. While it’s shipping as an EXT for now, it’s on a path to becoming future core functionality.The Vulkan Working Group attempted to fix the descriptor model with VK_EXT_descriptor_buffer, which developers have had some success with, but we used incremental (if large!) improvements to the existing descriptor set functionality, making it necessary to check for a variety of descriptor set extensions. This incremental approach also didn’t attract wide industry backing, resulting in cross-vendor portability issues. So, we took the lessons learned from VK_EXT_descriptor_buffer, and designed a completely new subsystem.
LunarG has announced the release of Vulkan SDK 1.4.341.0 for Linux, macOS, and Windows. This update delivers support for Vulkan API 1.4.341, incorporates the Roadmap 2026 Profile for greater hardware consistency, advances KosmicKrisp to beta on Apple silicon, supports several new extensions, and enhances validation layers across the board.
We are seeking input from Vulkan developers on the 2026 LunarG Vulkan Ecosystem Survey. LunarG conducts this annual survey to gather direct feedback from Vulkan developers. Developers' responses play a crucial role in shaping the direction of the Vulkan Working Group and LunarG's own efforts to strengthen and evolve the Vulkan ecosystem.To see the impact of past responses, check out LunarG's just-published 2025 Ecosystem Survey Progress Report.
The Khronos Vulkan API is in continuous development, and today the Vulkan Working Group has released two important updates to the API and ecosystem: an entirely new Descriptor system and the Vulkan Roadmap 2026 Milestone. Initial support for these features is expected in the next Vulkan SDK release planned for Q1 2026.These new features and more will be discussed at the forthcoming Vulkanised 2026 conference, taking place in San Diego on February 9-11.
LunarG announced the availability of Vulkan SDK 1.4.335. This release brings a long list of new extensions, improved validation tooling, clearer layer configuration, and – most notably – the first SDK-integrated version of KosmicKrisp, a Vulkan-over-Metal translation layer for Apple Silicon Macs.
Igalia's Ricardo Garcia pens this blog on the VK_EXT_cusom_resolve extension and it's role in the work Igalia has been doing to help Valve release the Steam Frame. 
VK_EXT_present_timing is conceptually simple yet powerful. The extension combines two fundamental features, which Vulkan devices can expose independently: The ability to receive timing feedback about previous presentation requests The ability to explicitly specify a target presentation time for each request It is the combination of these features that enables applications to achieve smooth, consistent animation.