Close

Hitman 3 - IO Interactive

The Latest on Vulkan

Vulkan News

All the latest news, blogs, Vulkan features and more can be found here

All News

Do you have some exciting news to share with us? Let us know!
The Vulkan SDK 1.4.350.0 is now available for download simultaneously for Linux, macOS, and Windows. Highlights of this release include major updates for KosmicKrisp, support for 16 new extensions, and ARM64X support for the GFXReconstruct capture layer. Overall, this maintenance-focused update brings tooling and platform-specific improvements while continuing Vulkan’s steady evolution.
LunarG has shared the results of their 2026 LunarG Vulkan Ecosystem Survey— the annual check-in with the Vulkan developer community. With 360 respondents (a nearly 30% increase from 279 in 2025), the survey captured valuable insights from both commercial developers (49%) and those self-studying or working in academic settings (51%).The feedback comes from an experienced group: 71% of respondents identified as regular, advanced, or expert Vulkan developers (similar to the 72% in 2025), with commercial users skewing even more toward advanced/expert levels. This experienced perspective helps guide priorities for the Vulkan SDK, validation layers, tools, and broader ecosystem improvements.
LunarG's white paper, Configuring Vulkan Layers, has been updated for Vulkan SDK 1.4.335 and newer. This comprehensive guide serves as the go-to reference for configuring Vulkan layers. The new update brings greater consistency, easier discovery of layer features, and smoother workflows for developers working with validation, profiles, extensions, and utility layers in the Vulkan ecosystem.
In this contributed blog, we explore how FFmpeg uses Vulkan Compute to seamlessly accelerate encoding and decoding of even professional-grade video on consumer GPUs — unlocking GPU compute parallelism at scale, without specialized hardware. This approach complements Vulkan Video's fixed-function codec support, extending acceleration to formats and workflows it doesn't cover.
The Vulkan Working Group has published Building a Simple Game Engine, a new in-depth tutorial for developers ready to move beyond the basics and into professional-grade engine development. The series builds on the Core Vulkan Tutorial, guiding you through architectural principles and design patterns purpose-built for Vulkan-based rendering engines — helping you design clean, modular systems that scale with your project.
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.