• FehrIsFair@lemmy.world
      link
      fedilink
      arrow-up
      20
      ·
      7 months ago

      It’s made to interact directly with the GPU instead of translating it to the equivalent GPU call in Vulkan.

    • equinox [he/him, any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      6
      ·
      7 months ago

      Iirc, DXVK translates DirectX API calls to Vulkan calls, meaning the original game renders to Vulkan in the end. With this, no translation will be needed which should result in slightly better performance and more likely, much better compatibility.

      • Urist@lemmy.ml
        link
        fedilink
        English
        arrow-up
        7
        ·
        7 months ago

        IIRC the translation overhead is usually negligible and sometimes results in better performance due to Vulkan being very performant.