Skip Navigation

Godot's Direct3D 12 Rendering Driver got merged today!

github.com Direct3D 12 Rendering Driver (Mesa NIR approach) by RandomShaper · Pull Request #70315 · godotengine/godot

Direct3D 12 Rendering Driver (via Mesa 3D's NIR) This is a replacement of #64304. The difference lies in how they approach shader compilation; i.e., how they manage to take SPIR-V shaders into Dire...

Direct3D 12 Rendering Driver (Mesa NIR approach) by RandomShaper · Pull Request #70315 · godotengine/godot

By supporting Direct3D 12, Godot gains support for multiple new platforms, such as:

  • Windows Store (UWP).
  • Windows on ARM.
  • GDK.
  • XBox —which can't be supported officially by Godot, but for which Direct3D 12 support is essential—.

Depending on the complexity of the scene, effects used, etc., this first version of the renderer performs generally worse than the Vulkan one. In some tests, D3D12 has not been able to deliver more than 75% of the Vulkan frames per second. In some other, D3D12 has been able to outperform Vulkan by a small margin. Performance improvements will be ironed out over time.

Expect it to come in Godot 4.3

6
6 comments
You've viewed 6 comments.