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

    • @tabular
      link
      English
      -311 months ago

      This comment every time 😐

      • @[email protected]OP
        link
        fedilink
        211 months ago

        What else do you want to happen? DX is essential for porting to xbox and some versions of Windows. It’s not about open source, devs need this. By your logic should everyone just make a Linux build and nothing else because they’re proprietary and evil?

        • @tabular
          link
          English
          -3
          edit-2
          11 months ago

          One dev succeeding without those won’t prove all other devs can but I hope if I do succeed that will convince some devs maybe they don’t “need” proprietary solutions.

          I am uncertain if building just for Linux would be better or worse became there is some merit to uninformed users having free software on their proprietary devices.

        • @tabular
          link
          English
          -2
          edit-2
          11 months ago

          Perhaps this may help people learn of Godot, and maybe see that they could be playing some game made by Godot on open platforms. Vulkan does a good job though so I think it would be better if devs stopped depending on directX/box.

          • Kolo
            link
            fedilink
            111 months ago

            @tabular @version_unsorted personally I agree that everything should just use vulkan. Why waste resources.
            But on the other hand I don’t think it does any harm to include proprietary api. It only helps in integration of OSS (xbox for example can just use it afaik)