• addie@feddit.uk
    link
    fedilink
    English
    arrow-up
    11
    ·
    8 hours ago

    Games which run on Vulkan / OpenGL don’t have any GPU translation overhead, and some run straight-up better via Proton than they do on Windows. Doom 2016 does for me, for instance.

    Of course, that game is so well optimised it’s the difference between 140 fps and 200+ fps, which is not terribly obvious, but even so.

    • scutiger@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 hours ago

      Doom ran at 100+ fps at 4k on my 1070ti with graphics maxed out. It’s hard to tell what optimization allows it, but the game runs way better than anything else that looks at least as good.

      • despoticruin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        5
        ·
        5 hours ago

        It’s not one big optimization, it’s a product of Id actually having some of the best UE developers on the planet being able to tweak the engine to run like a beast. Each level is crafted from the ground up to allow for some sweeping optimizations revolving around actor loading and culling, and the game uses proper light baking to allow raytracing to handle marginal calculations instead of explicit path tracing every shadow. It’s a lot of little things that all take impressive amounts of skill and management to pull off effectively, a lot of this stuff is implemented poorly in other games and it shows.