There were a lot of fundamental changes under the hood going from DX 11 to DX 12 concerning fundamental programming paradigms in the API that a lot of devs are still grappling with. It’s probably just something that will take some time for people to get used to.
Comment on Intel's New GPU Drivers Boost Performance Up To 750% in DX11, 53% in DX12
ekZepp@lemmy.world 11 months ago
Is just me, or DX12 kinda sucks?
ComradeWeebelo@lemm.ee 11 months ago
Chais@sh.itjust.works 11 months ago
On Windows you may be right. A buddy I game with regularly has had trouble with DX12 games crashing randomly.
On Linux they run just fine and frequently perform better than DX11 on Linux or DX12 on Windows.MaliciousKebab@sh.itjust.works 11 months ago
I thought dx12 to vulkan translation layer was still not that good, may I ask what game this is?
Chais@sh.itjust.works 11 months ago
Had that experience with Borderlands 3.
aluminium@lemmy.world 11 months ago
From what I get and I only have a very basic understanding of Graphics APIs is that DX12 puts much more respobsibility on the developer which raises the performance peak one can achieve but it also lowers the floor of performance when you don’t properly optimize code.
Goronmon@kbin.social 11 months ago
I wouldn't say it sucks, just that it's a more complex, lower-level API layer than DX11 and earlier. Which is good in that it allows for more control over game performance, but the big downside is that it's more difficult and easier to screw up.