The open-source game engine Godot has begun implementing ray-tracing features via Vulkan, an important step to compete with high-level commercial engines. The news was reported by the Phoronix website on February 13, 2026, highlighting the work of developer Antonio Caggiano from LunarG. The pull request GH-99119, which laid the foundation for ray-tracing in the Godot rendering device, was integrated into the main code. Caggiano also provided a demonstration project written in GDScript to show the functionality in action. This movement marks the beginning of a journey that could lead Godot to offer realistic lighting effects natively.
The development was officially presented during Vulkanised 2026, a conference organized by the Khronos Group in San Diego between February 9 and 11. In the talk, Caggiano explained the challenges of integrating ray-tracing into an engine that already has a complex rendering pipeline. According to the official Godot site, although the Vulkan ray-tracing API has existed for a few years, implementing it in practice is an arduous task because it adds an extra layer of complexity to the graphics system. The community received the news with enthusiasm, as shown in the discussion on the official forum and on Reddit, where users are following the progress of the feature. The expectation is that support will gradually be stabilized and expanded.

Godot 4.7 dev 1, the first test version of the new series, already includes the foundations of Vulkan ray-tracing, along with other relevant improvements. The engine was updated to Vulkan SDK 1.4.335.0 and gained HDR output support on Windows, a new native file selector for all platforms, and various editor improvements. These changes were detailed in the official Godot Engine announcement published in February 2026. The initial focus of ray-tracing is on establishing a solid infrastructure, with culling optimizations and support for real-time global illumination. With this, Godot approaches features currently seen in engines such as Unreal Engine and Unity.
The path to full ray-tracing is still long, but the work already shows promising results. The current implementation depends on Vulkan extensions such as VK_KHR_ray_tracing and VK_KHR_acceleration_structure, which enable the use of NVIDIA RTX, AMD RDNA 2+, and Intel Arc GPUs. The technical community is already discussing future improvements, such as support for opacity micromaps and optimizations for vegetation, as pointed out in a GitHub proposal. Caggiano himself presented a detailed vision of the project, showing that there is a clear plan to evolve the feature in upcoming versions. If the pace continues, Godot may become an even more attractive option for developers seeking cutting-edge graphics without licensing costs.
Comments 0
Login to Comment
You need to be logged in to join the discussion
Loading comments...
No comments yet
Login to be the first to comment!