This is Destroying Our FPS

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 2,2 тис.

  • @vextakes
    @vextakes  Рік тому +765

    Just to clarify, the Witcher 3 DX12 update (released Dec, 2022) does seem like it is particularly bad compared to the original DX11. But, what does this mean for other recent releases?
    Lol also it’s “Application Programming Interface” :)
    Feeling like LTT with these corrections 🫠😳

    • @ama9385-w2g
      @ama9385-w2g Рік тому +24

      Is the Witcher 3 dx12 build so bad because it's patched ontop not built from the ground up like dx11 was?

    • @damara2268
      @damara2268 Рік тому +51

      Also note that high vram allocation you have shown in Control is not a bad sign. It means that the devs just configured the game through dx12 to be able to preload more data in video memory when its available because that reduces potentional stutter when going into new area. If your GPU has 10GB of memory why only use 5 and leave the other 5 unused eventhough the space can be used for smoother gameplay?

    • @loganbogan9
      @loganbogan9 Рік тому +48

      ​@@ama9385-w2gthey actually didn't "build" anything at all. Instead of porting the game to a newer engine version or at least porting the current engine to DX12, they used D3D11On12. It's a translation layer for DX11 apps to run in DX12. It's horribly optimized and Microsoft themselves said only use it for 2D elements. So essentially the entire game is ran through a compatibility layer.

    • @ama9385-w2g
      @ama9385-w2g Рік тому +1

      @@loganbogan9 It certainly feels that way whilst playing.. Thanks for the explanation

    • @LaraAlana3
      @LaraAlana3 Рік тому +1

      😂❤

  • @hawns3212
    @hawns3212 Рік тому +2336

    Game Developer / Graphics Programmer here. One of the main issues when switching from D3d11 to 12 is the level of control. In 11 a lot of menial tasks are done for you pre-optimized for the GPU, however in D3d12 you have a lot more control over the fine details of tasks, but the average programmer does not know how to use it efficiently to make the extra control worth while. In addition to that, 11 is also a lot easier to learn because of how much simpler it is.

    • @loganbogan9
      @loganbogan9 Рік тому +226

      I wish Microsoft would release a DX12-Lite or something. Has things like RT and direct storage, but it's all optimized by Microsoft so it's easier for devs to implement properly. A higher level API but with the features of DX12.

    • @JathraDH
      @JathraDH Рік тому +174

      Yup. Sadly devs these days have been coddled by years of high level API's and have no idea how to actually program anything anymore. You don't get that type of knowledge in a game dev course, you need a compsci background to learn it in school.

    • @beetheimmortal
      @beetheimmortal Рік тому +231

      @@JathraDH Which is exactly why older devs from the '90s and early 2000s were basically magicians compared to these guys. They really knew what they were doing.

    • @KPHIBYE
      @KPHIBYE Рік тому +130

      As a regular full stack programmer, I have a question for you. Have they removed the existing DX11 pre-optimized methods for the menial tasks in DX12 and just left you with the low-level ones and if they did, surely someone would have already written an open source wrapper library that would reintroduce them? I just can't imagine that devs are now stuck with a low-level API and have to reinvent the wheel individually.

    • @InvadeNormandy
      @InvadeNormandy Рік тому +65

      @@JathraDH
      This is also why we have games that look the same for almost two decades but run worse and worse, turns out when you turn every game engine into unity- You get unity developer quality.

  • @acuteaura
    @acuteaura Рік тому +2776

    With DX12, you can treat the GPU like a console, squeezing out every inch of performance. But barely anyone seems to be putting in that effort.

    • @redbullsauberpetronas
      @redbullsauberpetronas Рік тому +402

      Incompetent devs, competency crisis in action

    • @sidewinder86ify
      @sidewinder86ify Рік тому +176

      Not really.. consoles is not magic when it comes to optimizing.. the secret really is ''lower the graphics till it stops to lag, then lock the FPS on 30 or 60'' I don't call 30FPS in 720P for good optimization..
      Ps4 and PS5 is x86 system, basically a locked down PC with Linux..

    • @SethOmegaful
      @SethOmegaful Рік тому +354

      @@sidewinder86ify The magic of consoles is less hardware to test when optimizing your software. Thats it.

    • @duxnihilo
      @duxnihilo Рік тому +60

      ​@@redbullsauberpetronasWouldn't they have to account for every single GPU out there? I don't think the current batch of devs, who put Witcher 3, RDR, Wolfenstein and Doom on the fucking Switch are incompetent.

    • @grisu1934
      @grisu1934 Рік тому +52

      @@sidewinder86ify Thats not how it works, you can precompile shaders for specific consoles and because there are less consoles than gpu it is feasible todo so. also a ps4 and ps5 dont run linux but is based on FreeBSD

  • @Barkebain
    @Barkebain Рік тому +691

    Video game optimization was something we took for granted, but that's no longer the case. The reason game optimization took place was that the video game was the product. Today the product is the monetization platform, and the video game elements added to that platform are seen as an expense to be minimized. When the product was a video game, optimizing that product was considered a valid expense. When the product is a monetization platform, clearly that's not the case.

    • @tsunekakou1275
      @tsunekakou1275 Рік тому +31

      You're making a lot of sense.

    • @KraszuPolis
      @KraszuPolis Рік тому +10

      Why not? If they want to monetize the game they want to optimize it as well so more ppl will end up playing it. Also Remnant 2 has no monetization afaik, it is a product, and it is one of worst optimized games, so is TLoU.

    • @InZiDes
      @InZiDes Рік тому

      @@KraszuPolis That time and money can be used to make more games. Most of the games are not hits, making more games increase the chance. However, the problem of optimization is not that. All modern software suffers that problem. You can search "Computer Speed Gains Erased By Modern Software".

    • @cherryrook8684
      @cherryrook8684 Рік тому +20

      I think its more so that they can now get away with it because "we have the hardware". Why optimize your game when it can be brute forced with top end hardware even though the average consumer would likely have mid-high spec hardware, as opposed to back then when devs had to work with very limited resources so they had to work smarter and more creatively in terms of problem solving.

    • @abdulhkeem.alhadhrami
      @abdulhkeem.alhadhrami Рік тому +2

      True words of wisdom!
      Just look at gta 5 to see how other developers wish to be, they are going downhill heck they even passed it at this point, and they keep on digging away!

  • @ik4659
    @ik4659 Рік тому +574

    The biggest problem is that the solution has always been "throw more hardware at the problem" rather than "let's code smarter". Hardware has far outpaced the software at this point and it's a shame.
    I am willing to bet that there is a ton of untapped potential with this hardware that's being held back by convenient development practices.
    This is why I love Nintendo's engineers. Look at what they have accomplished with limited hardware. I wish more developers worked in constrained environments just so they could learn what optimization *really* looks like.

    • @trypwyre9024
      @trypwyre9024 Рік тому +6

      I accede.

    • @heylow8849
      @heylow8849 Рік тому +8

      I concur.

    • @MrGamelover23
      @MrGamelover23 Рік тому +17

      What I don't understand is How are games so badly optimized when they have to be able to run on the series s? If you can get your game to run well on the series s, it should be running fine on PC since both platforms technically run Windows and use DX11 and 12.

    • @-TheOddity
      @-TheOddity Рік тому +14

      @@MrGamelover23one would think, but optimization comes in a lot of different forms. Usually a studio makes the game specifically for Xbox and PlayStation and it is the publishers responsibility to port it to the pc, so typically they put in minimal effort to release it faster and keep costs down. Drivers play a big role as well. Consoles usually have particular acceleration hardware along with the gpu and cpu to optimize rendering, and they don’t have to run a bloated operating system in the background so they free up computing space, ram, clock cycles, etc

    • @WeeeAffandi
      @WeeeAffandi 11 місяців тому +3

      Agreed RE: Revelations on a 3DS is by far the most mind blowing thing i've ever seen

  • @LuaanTi
    @LuaanTi Рік тому +271

    Starting from scratch with DX12 is a great experience. But most games are not made with DX12 from scratch. They use the tooling and assets already developed for the company's earlier games. They use abstractions that were developed all the way back for DX9 (and OpenGL) that were themselves kind of poor because they were really made for DX7 and it goes on and on. They have intermediate layers to allow you to switch graphics APIs that mean you can't really do anything well - you still have to pick one as your "main" and hopefully wire things together decently enough to make the alternate APIs barely worth it. Grafting DX12 or Vulkan on top of a game built for DX10/OpenGL doesn't do much... much of the time.
    The main problem with DX has always been the fact that it's a Microsoft product, utterly dependent and controlled by them... and _mostly_ locked to Windows. Of course, that's still the _vast_ majority of PC gaming and you can pretty safely ignore the alternatives if you're not explicitly targeting niche audiences.
    I started with OpenGL. I made a few simple 3D games. But when I tried DirectX for the first time... I really never ever felt like OpenGL had anything on offer that DirectX didn't do better. I never felt like I'm missing out. Of course, Carmack always preferred OpenGL because of it's openness, portability and C-style API, and was a big supporter of Vulkan for all the same reasons (as well as the added ability for low-level coding) - but the vast majority of graphics engine developers aren't Carmack or Sweeney. Vulkan is a pain to use for very little benefit the vast majority of time. Mind, it would probably be worth it if the game environment was a bit more static, with more of a chance of that investment paying off (the way it was always on consoles, where you had a typical progression with early games that didn't really know how to use the hardware yet to the end games that squeezed stuff noone thought possible out of it). But PCs were never like that.
    And the thing is, while there are many similarities between the APIs... to really get their worth, you need to build your entire game around a particular API. Anything else is a waste of loads of effort, even with all the modern helper tools like cross-compiling shaders. Giving you the option to switch costs _so much_ in either performance or development time... and often both. This only got worse with time (though even the very first release of OpenGL already did some things differently from DX for no other reason than spite; people do those kinds of things to each other).
    In the end, unless you're Epic... you really want to make a choice. Pick the API that feels comfortable, fits your goals, has great tooling and support, and build your game/engine around it. If you care about performance or efficiency, there is no other way, really. The kind of abstractions you need to simultaneously target DX10, DX12, OpenGL and Vulkan mean you lose way too much. The tooling will suffer too, and you'll have to build a lot of stuff on your own for almost no reason. You'll be investigating absolutely infuriating performance problems that seemingly have no reason all the time. It's incredible how much abstraction in the GPU space can hurt... and how hard it is to find how, and to fix it. I've had cases where I literally traced everything instruction-by-instruction, slot-by-slot... and still couldn't figure out why it was suddenly impossible to push 100k polygons on the screen at 60 FPS with 100% GPU load. Rewriting the same code in raw DX12 was simpler, faster and suddenly, that same GPU could push 100M polygons easily.
    The worst thing with GPUs (even before 3D accelerators) was always how fickle they are, and how random the performance and other issues are. In my case, the vast majority of games run much better on DX12 than on DX11 or Vulkan on _my particular hardware_ . The switch from 2D to 3D is deceptively simple... until you start testing on various random PCs and find out that half of them can't even run your game for obscure reasons, while the other half has inexplicable performance issues. It's crazy, and always has been.
    And as always: make sure your drivers are fully up to date. But of course it can't be that simple, really - some updates break games and/or their performance :D PCs are complicated.

    • @trypwyre9024
      @trypwyre9024 Рік тому +2

      Darn, what a twisted and complicated world we live in.

    • @flyingflynn
      @flyingflynn 11 місяців тому +9

      i will not be reading all this

    • @wile123456
      @wile123456 11 місяців тому +3

      It why games that use vulkan, like Doom, you know you get a well optimized experince because there is no code legacy the devs can rely on. They have to optimized or their game won't release.

    • @w花b
      @w花b 10 місяців тому

      ​@@wile123456yeah but that's only a matter of time before they do It again if I understand correctly

    • @AffectionateLocomotive
      @AffectionateLocomotive 10 місяців тому

      Damm

  • @or1on89
    @or1on89 Рік тому +674

    I think that DX12 have been out for 8 years now, Microsoft keeps improving them and giving devs ways to optimise and gather control via hardware scheduling.
    Nvidia keeps relying on CPUs for graphics scheduling and devs keep cutting corners under pressure of publishers...it's not a DX issue, it's an industry issue.

    • @arenzricodexd4409
      @arenzricodexd4409 Рік тому +26

      that's why direct x and open gl being created in the first place. the aim is to make things more less complex on certain aspect. Direct X 12 try to bring in that complexity back.

    • @FrancisBurns
      @FrancisBurns Рік тому +13

      I am with you here, it is simply too reductionist to blame one API or the other like VEX is doing in the video.

    • @triadwarfare
      @triadwarfare Рік тому +8

      ​@@arenzricodexd4409some people like more complexity for finer controls. It's like high level vs low level programming language. It's easier to program, check for errors, and easy to learn and follow on high level languages, but you're only limited to the set programs the developers intended. For low level languages, it's hard to learn, hard to code, and you can break stuff without warning, but if you know what you're doing, you can do pretty powerful things with maximun efficiency, since you're already working on the "bare metal" of the device where performance isn't degraded by API and translation processes

    • @arenzricodexd4409
      @arenzricodexd4409 Рік тому +3

      @@triadwarfare both option should be open. Intially that's what MS intend to do. Give DX12 to those that want more fine control and DX11 for those that did not want the complexity. Hence DX11 still given some feature parity with DX12. but then MS decided to only give new feature towards DX12 only.

    • @einarabelc5
      @einarabelc5 Рік тому +2

      No, it's a cultural issue.

  • @neffix6976
    @neffix6976 Рік тому +439

    Bring back the original Dishonored graphics, they look amazing and every toaster can run it

    • @freaklatino13
      @freaklatino13 Рік тому +16

      looks terrible even at 4k

    • @AhmadWahelsa
      @AhmadWahelsa Рік тому +72

      looks amazing even at 800x600, fun game and great art direction

    • @michaelmonstar4276
      @michaelmonstar4276 Рік тому +3

      Bad idea for creativity. That's like making every game look like 'Mini Ninjas'. - Like what?... Oh, sorry: Like "Breath of the Wild", which wasn't even the first.

    • @Eduard0Nordestino
      @Eduard0Nordestino Рік тому

      ​@@freaklatino13u gai bro

    • @michaelmonstar4276
      @michaelmonstar4276 Рік тому +10

      @@AhmadWahelsa It makes it "great art direction" when it's still unique. Shit shouldn't be copied exactly.

  • @Drischdaan
    @Drischdaan Рік тому +412

    The problem with The Last of Us is that it runs on D3D11On12 which internally converts directx11 calls to directx12 calls. That creates unneeded overhead and decreases performance

    • @damara2268
      @damara2268 Рік тому +64

      same for witcher 3

    • @Gramini
      @Gramini Рік тому +57

      I've heard that DXVK performs much better than D3D11On12, might be worth a try to use that to translate D3D11 into Vulkan.

    • @loganbogan9
      @loganbogan9 Рік тому +68

      ​@@GraminiYeah it's funny you mention that. Recently, DXVK and VKD3D-Proton have both gained support to run D3D11On12 outside of it's emulation layer. Meaning all the DX11 calls get immediately converted to Vulkan, and all the DX12 calls get immediately converted to Vulkan. Before this major update it would go DX11 -> DX12 -> Vulkan. This should honestly be installed immediately in any game that decided to use D3D11On12 as a horrendous conversion layer.

    • @Drischdaan
      @Drischdaan Рік тому +13

      @@Gramini my problem with that: Why would you want to do that in the first place? Having such translating layers creates unneeded overhead. If you ship for windows choose DirectX, if you ship for Linux choose Vulkan or OpenGL. If you want to use Vulkan on Windows just use it and don't introduce translate layers. Using the API directly is better in every case

    • @loganbogan9
      @loganbogan9 Рік тому +30

      ​@@DrischdaanWell you have to do that because developers use a translation layer Microsoft says to use for 2D elements for their 3D AAA games. In the case of DXVK & VKD3D-Proton, you aren't actually adding a translation layer, but moreso replacing the terribly optimized D3D11On12 wrapper with a very streamlined Vulkan implementation.

  • @MaxIronsThird
    @MaxIronsThird Рік тому +85

    DX11 did the work for the developers, people like Id Tech chose Vulkan bc they wanted to squeaze even more performance out of the hardware by going with a really low level API, MS seeing that, chose to make DX12 more similar to Vulkan, but guess what, not that many developers used Vulkan to begin with and most of them don't bother to optimize that much, which makes DX11 perform so much better in some many games.
    Bring back DX11 for Devs with no API knowledge.

    • @kreuner11
      @kreuner11 10 місяців тому +2

      It doesn't have to be brought back, it's still available?

    • @MaxIronsThird
      @MaxIronsThird 10 місяців тому +1

      @@kreuner11 There is a lot of newer rendering tech that is not available on Dx11.

    • @tosemusername
      @tosemusername 10 місяців тому

      @@MaxIronsThird Nah, MS is a for-profit company, and keeping redundant stuff around is a thing usually left for the open-source community. I wish MS dropped Windows 11, but here we are.
      Another problem with this is that it gives in to a flawed approach to software engineering that ultimately results in not the sacrifice, but simply complete disregard for quality, excellence and competence, simply because the responsibility can be pushed to someone else, even if that someone else doesn't exist. Wirth's Law already exemplifies this someone being the hardware engineers, but the end of moore's law and dennard scaling should say it all, and something will have to give, and I just hope that we don't have to exhaust every other possible option before coming to the all-along obvious conclusion that the problem is us, the developers.

    • @Pavilion942
      @Pavilion942 8 місяців тому +1

      Just get a ps5

    • @MaxIronsThird
      @MaxIronsThird 8 місяців тому

      @@Pavilion942 wat

  • @jagersama9792
    @jagersama9792 Рік тому +79

    Low level APIs are not a problem, it is more difficult to get the same result but certainly have the potential to be much better although it needs to be in the right hands. We can see the potential with emulators that use Vulkan or even DXVK.

    • @razpaqhvh7501
      @razpaqhvh7501 6 днів тому

      dxvk on linux really shows its potential ngl

  • @darkassasin111
    @darkassasin111 Рік тому +541

    Vulkan coper here, just wanted to point out the enormous gains in 1% lows vs. DX12. In several of the RDR2 examples, the frametime graphs show big spikes in DX12 but not VK. 20+% improvement in the lows is no joke.
    I think you're much more likely to notice a few big stutters than ~5% average fps, so I use Vulkan/DXVK pretty much wherever possible.

    • @xXSilentAgent47Xx
      @xXSilentAgent47Xx Рік тому +21

      Except Vulkan shows stutters than DX12.
      Everyone recommended to switch to DX12 because it's causing the big fps and gameplay issue in RDR2.
      I couldn't even stand to look at the game running poorly on Vulkan.
      What's even worse is DLSS is making game worse with those ghostings on hairs, trees and grass.
      Even on latest DLSS is still worse.
      Never turn on that trash called "DLSS".

    • @loganbogan9
      @loganbogan9 Рік тому +79

      ​@@xXSilentAgent47XxSource?

    • @vaudou_
      @vaudou_ Рік тому +35

      Yeah I was looking at that part of the video. It's easy to see which version is going to feel better to play. 1% and 0.1% lows are everything.

    • @Nein99x
      @Nein99x Рік тому +34

      Tales from the Ass. Vulkan runs way better in RDR2 and the very few other games that use it.

    • @xXSilentAgent47Xx
      @xXSilentAgent47Xx Рік тому +7

      @@loganbogan9 Source? Play the game.
      It even has VRAM issue which i had to get the mod to fix it.
      I don't know what's up with all this Vulkan and DX12 but when GTA 5 runs smoothly then RDR2 should (yet the game has only DX11).
      Only problem in GTA 5 is too much grass and interiors like nightclub cause heavy fps drops.
      But never turn on that trash called DLSS.
      At first it looks smooth running till you notice motion blurs and ghosting.

  • @gamestar81
    @gamestar81 Рік тому +187

    graphics dev here. i'm gonna try and explain in less technical terms whats going on, so apologies if it seems a bit rough or i miss explain something. generally speaking it's all about how these api calls are utilized by the developers, in conjunction with how well documented these new features are with these new updates/version and how much was added to these documentations. DX11 vs DX12 is essentially opening a flood gate of freedom to the "bare metal" of the system which causes a lot of development overhead as this means more setup may need to be done to achieve the same result as you did before. devs then need to spend more time going through the documentation which takes away from development time, which causes them to rush etc. etc. compounded by trying to fit in all these new shiny features people want to see, it leads to shortcutting and not fully understanding the tools they are working with. you would see a lot of the same if these studios just simply switched to vulkan cause now these developers gotta learn a whole new api, which is just more development overhead. there's more at play here on this issue all together, but that would be outside the scope of just talking about the drivers themselves, but a summarization can be crunch and lack of senior developers(studio pending).

    • @xalenthas
      @xalenthas Рік тому +31

      What blows my mind is the lack of foresight by the Management teams in Software houses. It's not likeDX12 is some "fad" that'll be here today, gone tomorrow. Assigning real time to Developers to truly dig into what's possible with the API and the developing in-house tools to make full use of what's available would mean development times ultimately be reduced in the long run and a far more consistent experience for both the team and consumers.
      The sheer lack of foresight and planning you know the stuff they, [the management] supposedly gets paid to do, is ridiculous and of course it's then the Developers fault for poor implementations and never that of the "boss" ...

    • @arthurbonds7200
      @arthurbonds7200 Рік тому +19

      This. DX11 had more abstraction and thus the driver does more of the heavy lifting compared to the CTM approach of DX12. DX12 allows for finer control, yet a lot more control also means a lot more places to mess up.
      In a perfect world, the baseline performance should always be DX11-level, not less.

    • @The_Noticer.
      @The_Noticer. Рік тому +7

      Woah, you mean if you're not using instanced drawcall commands in DX12 it doesn't actually improve performance?
      /sarcasm

    • @kaktusgoreng
      @kaktusgoreng Рік тому +4

      So it's a matter of documentation and mastery then? Why not make another jobdesc for vulkan engineering or directx 12 advisor and such? A specific department for low level API

    • @PinHeadSupliciumwtf
      @PinHeadSupliciumwtf Рік тому +3

      So with everything shareholders/suits are the issue?

  • @eliadbu
    @eliadbu Рік тому +41

    Let us face the truth, most developers can't optimize their games well, or at least do it on the time frame of releasing the games. So what we get is unfinished game that is more fitting for a beta release rather a full release, and the devs finish it in the following months/years. This phenomenon has become so common, that it seems like the norm and not outlier. DX12 is not inherently awful, but since it gives more control for the game developer, it also require them to do a lot of things by themselves.

  • @bbbl67
    @bbbl67 Рік тому +81

    The history of DX12 and Vulcan come either directly or indirectly from AMD's Mantle. Mantle was a proof of concept by AMD, which was also practical. Some games or benchmarks using Mantle, like Ashes of the Singularity, came out. Mantle eventually got folded directly into Vulcan, and it inspired DX12. The whole concept was to be able to take control over the fine-tuning of details. The idea being able to optimize at the lowest levels. Developers were apparently "crying out" for such feature. But DX11 had a lot of features that actually made developing games much easier, without going into the bare metal. So it seems that the amount of optimization available from DX12 was just too much, and this level of control wasn't always needed.

    • @arenzricodexd4409
      @arenzricodexd4409 Рік тому +1

      "Developers were apparently "crying out" for such feature."
      looking at how slow DX12 adoption i doubt developer really "crying out" for it. the one that really hope for things like this to happen on PC gaming is AMD. because that way they can pretty much reduce their graphic driver team to bare minimum and let game developer to do all the optimization job themselves. but they way how PC hardware have thousands of multiple config it was an impossible dream to begin with.

    • @bbbl67
      @bbbl67 Рік тому +9

      @@arenzricodexd4409 Even back then, many game developers were investigating the bottlenecks. I'm sure some were saying if we could get access to those bottleneck areas, then we could clean that stuff up. I think the problem was that if you got access to all of that low-level stuff, then you can't get access to all of the high-level stuff, or vice-versa. If they had combined the high-level with the low-level then people could've probably gotten used to the low-level stuff. That's why it took so long for developers to get upto speed on DX12.

    • @arenzricodexd4409
      @arenzricodexd4409 Рік тому +2

      @@bbbl67 personally i think the good thing with DX12/Vulkan is on the CPU side of thing. But on the gpu side they end up complicating more things by giving developer the access to things that usually done by drivers. But ultimately IHV should knows their gpu better than game developer will be. Plus game developer will not going to have the time to cater for every architecture out there. That's why to me this low level stuff so far benefit things like emulator the most where it was developer own pet project where they can take their time to implement and appropriately learn all the bell and whistles.

    • @Rexhunterj
      @Rexhunterj Рік тому +2

      At the time, the dev team behind BF3 and BF4 probably were crying out for the bare metal features of Mantle/Vulkan, but those devs stopped working there AFTER the launch of BF4 sadly...

    • @bbbl67
      @bbbl67 Рік тому

      Yup, the low-level stuff was so different from the higher-level stuff, it was new paradigm of programming. It surprised me that they didn't just give access to the low-level stuff while keeping access the same for the high-level stuff.

  • @Ribs351
    @Ribs351 Рік тому +18

    0:59 minor correction here but API stands for Application Programming Interface. In the context of graphics, an API is basically a middle man between the game you're running and your GPU, it tells the GPU what the game wants to render.

  • @ShinichiKudoQatnip
    @ShinichiKudoQatnip Рік тому +341

    Well we remember the time when vulkan and dx12 brought in asynchronous compute that boosted performance in games to almost double compared to dx11 modes, especially on the amd Polaris gpus.

    • @Juanguar
      @Juanguar Рік тому +29

      Only for AMD to ditch async after Polaris

    • @enricod.7198
      @enricod.7198 Рік тому +64

      ​@@Juanguarjust because devs didn't use it and that was because nvidia was shit at it lmao

    • @Ph42oN
      @Ph42oN Рік тому +8

      ​@@Juanguar Halo infinite does have async compute, and that game runs like shit on polaris, and if i remember right async compute caused performance loss on my old RX 480.

    • @Psychx_
      @Psychx_ Рік тому +38

      @@Juanguar What are you talking about? Async compute is still supported and usable in all AMD graphics cards.

    • @niks660097
      @niks660097 Рік тому +34

      @@Juanguar its not "ditched", almost all games post 2018 heavily use async compute to run compute shaders, there is too much compute going on and without async compute, even the most high end GPU will grind to halt, on vulkan its always on by default, nvidia just caught on after 10 series..

  • @OneAngrehCat
    @OneAngrehCat Рік тому +48

    Application Programming Interface = API. Not "Advanced". Just FYI

    • @vextakes
      @vextakes  Рік тому +8

      My b!

    • @FOUR22
      @FOUR22 Рік тому

      Thnk fk I am no longer on mr 2060 😂

    • @OneAngrehCat
      @OneAngrehCat Рік тому

      @@vextakes It's cool, I just had a brain freeze moment and wondered if I had somehow forgotten my job

  • @Vincentsgm
    @Vincentsgm Рік тому +733

    What I hate about modern game development is that newer devs tend to use 4k textures for everything, even the smallest of assets that you'll never see.

    • @JamesJones-zt2yx
      @JamesJones-zt2yx Рік тому +68

      I can't help being a little amused by this, because at least at one time this is what makers of objects in Second Life were pointed out as doing. The standard complaint was "game developers optimize their work; you'd never see them doing this."

    • @justshitposting8411
      @justshitposting8411 Рік тому +118

      Or the devs of pokemon sword and shield copying and pasting every texture every time, leaving hundreds of copies of a grass texture in both memory and in the games folders as opposed to calling the one texture for each application, the amount of engineering, trickery, and optimization that brought us the first pokemon game was nuts, what happened?

    • @muramasa870
      @muramasa870 Рік тому +66

      They think they are Skyrim modders or something smh😂

    • @mythydamashii9978
      @mythydamashii9978 Рік тому +15

      They should also reduce the rendering on the far background since no one is gonna look at mountains 24/7 in a survival zombie game

    • @sadasd-n2f
      @sadasd-n2f Рік тому +39

      What i hate about modern games is that using textures to push high fidelity and 3D Characteristics on an object should've been already an outdated method when Nanite can do all of that with actual polygons without using 5092350329502395 GB of VRAM

  • @ojonathan
    @ojonathan Рік тому +10

    I'll bring my “I'm a graphics developer” moment, but before this, I need to clarify two things: I'm actually a GPGPU developer, I don't do real-time graphics stuff in general, but I do a lot of computing, and second I do agree that games seems to be struggling way more on DX12 than DX11, but I'll get into that in a moment. First I need to bring up one thing: Cyberpunk 2077 and The Witcher 3 do not really use DX12, they use D3D11On12. D3D11On12 basically translates DX11 calls to DX12 at runtime, and gives you access to features that would otherwise not be accessible on DX11, like Ray Tracing and DLSS. The problem is that D3D11On12 IS NOT MEANT to be used in production, Microsoft themselves states this. It's not like DXVK and VKD3D which is being extensively optimized and developed.
    About games performing worse, besides CP2077 and TW3 that still uses DX11 behind the scenes and has a lot of overhead, it's because developers need to learn a lot of stuff that was all hidden from them on DX11, and this also means that they will make a lot of mistakes, they will mismanage memory, they will use suboptimal synchronization techniques, they will do a lot of wrong things because they still don't know how to do things properly, and that's expected, it's the same for Vulkan and Metal, which are low-level APIs. Developers cannot rely on the API Runtime and Drivers doing all the optimizations for them (drivers still can do, but not to the same extent), now that's their responsibility to do this and to use those APIs correctly, and this has a really steep learning curve, graphics programming and optimization in specific is a tough task.
    As for games like Doom running really well on Vulkan, it's not really about Vulkan (although I would love to see more games using it instead of DX12), but about the devs. id Software devs are damn good and love to test new tech and try new things, they were really into learning and implementing Vulkan, they were not rushing because they needed to implement in order to deliver those new fancy features like Ray Tracing, by the time id Software started working on their Vulkan renderer, Nvidia's 2000 series wasn't even a thing. So they were implementing this because they wanted, not because they were forced to, this also means that they had a lot of time and way less pressure than the others.

    • @huntercz1226
      @huntercz1226 Рік тому +1

      You got me thinking, why vkd3d-proton (which translates DX12 to Vulkan) worked with Witcher 3 even before D3D11On12 support in DXVK DXGI? Did they compile it statically? Also, Train Simulator is in similar case, but instead it uses D3D9On12, but DXVK devs just worked around it by using D3D9 path instead. Kinda confusing, not going to lie.

    • @futuza
      @futuza 10 місяців тому +1

      This guy one of the few in the comments that actually knows what they're talking about. Ultimately the issue is not the APIs, but the lack of developer skill using them, and in turn the lack of skill of managers trying to find good devs and manage, train them, and use them correctly.

    • @ojonathan
      @ojonathan 10 місяців тому

      @@huntercz1226Sorry for the late reply, I really don't look at my UA-cam notifications.
      VKD3D can run D3D11on12 games because D3D11on12 translates all calls to DX12, and VKD3D knows how to translate DX12 to Vulkan.
      DXVK support for D3D11on12 just replaces the D3D11on12 code with its own and interfaces with VKD3D to share information, that way DXVK handles DX11 to Vulkan translation, and VKD3D handles DX12 to Vulkan translation. The same goes for D3D9on12.
      This greatly reduces the overhead, but adds some complexity and requires effort on two fronts: DXVK and VKD3D, and both implementations need to share resources, which adds some complexity, that's why it took some time.
      Because D3D11on12 is just a library that implements D3D11 calls, one can just hook its own implementation and override the D3D11on12 one (which is very easy under Wine).

  • @Qunia
    @Qunia Рік тому +2

    The “Vram crisis” is the sole reason why I bought a 7900 xtx.
    If there’s a game that somehow manages to max the Vram on that, i will throw a actual riot.

  • @diablosv36
    @diablosv36 Рік тому +94

    Its not DX11 thats faster, its all the optimisation that are done in the GPU driver for DX11 that is outdoing the dev optimisations in other API, having said that youll still see DX12 and Vulcan being faster in some scenes in these games due to some of the bottlenecks.

    • @guitaristkuro8898
      @guitaristkuro8898 Рік тому +6

      Vulkan is simply the vastly superior API that is underutilized. It will be the future of gaming, more so than DX12. Nvidia has shown heavy adoption of the API in its Next-Gen technology implementations which involves constantly updating its library of calls and functions.
      Combine this with Nvidia NSight and developers get a debug view of their game purely focused on performance where they can click on something and see that it needs to be optimized and what calls they can implement. Along with video guides on crucial pipeline additions to speed up rendering implementations.

    • @SmarterThanAll
      @SmarterThanAll Рік тому +1

      @@guitaristkuro8898 Honestly irrelevant DX will always be the leader.

    • @shelletonianhuman
      @shelletonianhuman Рік тому +1

      ​@@SmarterThanAllWhere are the facts that support this?

    • @smlgd
      @smlgd Рік тому +6

      @@guitaristkuro8898 It isn't vastly superior. Having used both, they're pretty much (mostly) the same. Vulkan's biggest advantage is its portability. It is also its biggest drawback because it has to have a big scope in order to work on everything, so it ends up packed with features that may mislead developers into false optimizations and makes it harder for driver developers to implement. I'm not even talking about Linux stuff, more like Android focused stuff like subpasses that are essential to GPUs that use tiling (mobile GPUs) but actually hurt performance if you use them in desktop GPUs. All in all they're just as good as the developer that uses them and the driver that implements them (and Vulkan is significantly less performant in Nvidia cards)

    • @Blurredborderlines
      @Blurredborderlines Рік тому +2

      Dx12 could be 1000% faster but if it’s also allocating 1000% more resources are the results actually practical for the common use? You can argue all you want that it’s “more efficient” or that it uses said resources better - it’s been almost a decade and we still have the same or even worse performance than with dx11. Partitioning 75-100% of VRAM while only accessing about 50% of it is neither efficient nor does it adequately use resources at hand - at worst this would be called “bloatware” if it was related to CPU performance.

  • @dragojess
    @dragojess Рік тому +135

    Dx12 itself is actually incredibly optimized, faster than dx11 by default. My own game is on it, and easily hits a stable 120fps on an integrated gpu. Its more of a problem in the way modern games are using the extra overhead and features of dx12 to push both the cpu and gpu harder. And speaking of Vulkan, from my experience while dx12 generally has more stable fps, Vulkan is better in terms of raw speed. It generally has slightly higher max and min framerates

    • @enricod.7198
      @enricod.7198 Рік тому +8

      Also, I'm tired to ask this, where are mesh shaders and sampler feedback streaming? The first should be free fps and the latter should be like free vram reduction according to microsoft. Yet, basically no studio uses it and crappy companies like epic don't bother to implement those into unreal engine (also, they still have 4 threads cpu util by default)

    • @R3TR0J4N
      @R3TR0J4N Рік тому +2

      There's a lot of visual eye candies, often took me to print screen comparison to tell the diff of the game. Most I notice was texture usage. In MHW, as a 3GB user, seems like a bug since the texture looks blurry but runs better.

    • @asdion
      @asdion Рік тому +14

      DX12 being optimized is irrelevant because of the nature of shifting responsibilities.
      It's like saying a DIY 3d Printer is better than a prebuild one while giving the DIY kit to an overworked underpaid employee who will be fired if he dares to overstep the deadline.
      DX12 should have never been this hands off, it should have offered the same abstraction as DX11 while offering devs the option to go deeper.

    • @floorgang420
      @floorgang420 Рік тому +3

      @@enricod.7198Ray tracing won and VR lost. Mesh shaders are originally created for VR, to see what only your eye can see as per se. RT is the opposite, to render off screen to current scene, like with RT shadow, the engine will need the model, structure and alpha of the tree to render the shadow into your view.

    • @erikhendrickson59
      @erikhendrickson59 Рік тому +12

      When I think of Vulkan, which was formerly AMD Mantle, *_CPU MULTITHREADING_* is what comes to mind first. AMD & DICE were basically a full decade ahead of their time. I remember when BF4 released and made my 4790k beg for mercy because that game would *_gladly_* push all 4Cores/8Threads to 99% when playing large-scale multiplayer maps.
      In fact I remember using BF4 as my primary system stress tester because it would simultaneously push both my CPU & GPU at 99% usage, while utilizing a boatload of DRAM as well, and would identify instability better than just about any synthetic stress test at the time.
      Even to this day, a full decade later, I would hard pressed to name a game engine with better multithreaded performance than FrostBite.

  • @v01d_r34l1ty
    @v01d_r34l1ty Рік тому +95

    Issue is likely porting to DX12 vs. developing around it. Same issue with Vulkan and OpenGL. Vulkan released an article saying you should develop around Vulkan rather than developing around existing OpenGL if you actually want performance gains.

    • @jcm2606
      @jcm2606 Рік тому +4

      OpenGL vs Vulkan is at least a little closer than DX11 vs DX12 since there's a number of OpenGL extensions that make it into Vulkan-lite. Bindless textures, direct state access, multi-draw indirect, NVIDIA's command lists extension, etc. Still a far cry from Vulkan but not as bad as the jump from DX11 to DX12.

    • @Rexhunterj
      @Rexhunterj Рік тому

      @@jcm2606 Those are some of my favourite OpenGL extensions, best additions to the API since it was incepted IMO.

  • @notarandom7
    @notarandom7 Рік тому +13

    There's a reason most indie devs use D3D11 and OpenGL. It's just alot easier to use! Most developers just do not have the time to do more for a chance of more performance

  • @videocardzrule354
    @videocardzrule354 Рік тому +1

    In RDR2 Vulkan had a 1% low of 47FPS, and DX12 showed 29FPS 1% Lows 😮
    Strange he didn’t mention that.

  • @longjohn526
    @longjohn526 Рік тому +45

    The problem isn't the DX12 API, in fact when properly programmed it is faster than DX11 because 1. it multicore/multithreads better and 2. the Shader Pipeline is no longer essentially FIFO but can do parallel processing as well as take Out of Order instructions. Key words are PROPERLY PROGRAMMED
    Take Witcher 3 Next Gen, the reason it performs poorly in DX12 compared to DX11 is because the CPU threading isn't proper programmed in DX12 and with DX11 the API takes control of multithreading BUT is limited to 4 cores with the rest just coasting. In DX12 it's up to the game engine and programmers to properly set up multithreading but it can handle pretty much unlimited threads. If Witcher 3 multithreaded correctly in DX12 instead of trying to do everything on 1 or 2 threads/cores the game performance would shoot right up there.

    • @Blurredborderlines
      @Blurredborderlines Рік тому +1

      W3 needs to be completely reworked to operate correctly in a new API that it wasn’t designed for and this is your argument for why it’s better? This sounds like cope to me - the performance figures speak for themselves, Dx12 is a complete resource dump that doesn’t even use the VRAM it allocated while pushing the GPU against its own ceiling in order to operate WORSE than with an older API.

    • @malatindez9788
      @malatindez9788 Рік тому +1

      Multithreading isn't necessarily magic solution to anything and it SHOULDN'T be seen like universal panacea. More threads won't help since render threads in games are most primarily limited by RAM latency and CPU cache size. In fact, more threads might make it *slower* due to increasing cache misses as the threads fight over what memory to access. Moreover, the bandwidth of PCI-E isn't limitless and often that is the issue and multiple threads will only slow down the bandwidth.
      What's very great about DX12 and you probably meant are command lists. They're working completely fine in single-thread, but they are a powerful tool to harness the capabilities of mdoern GPUs. Basically instead of telling the GPU to do stuff step-by-step you send a pre-compiled list of commands which can even be cached. This means that even if the CPU hasn't yet formed a complete command list, a new frame can be rendered with just a few changed commands (such as view matrix updates), while the CPU gathers the necessary changes.

  • @pr0fessoro
    @pr0fessoro Рік тому +60

    I have a friend. who is a programmer and many years ago he told me "you can't make games with two left hands" this was in 1997-1998 (then we played duke nukem 3d, doom, heretic, half-life...) ... then most computers had Pentium 75 to 100 processors and video cards with 1-4mb ram. a lot of optimizations were needed if you want to sell your game - the more machines it runs on - the better... now the programmers are lazy "I don't optimize the game, whoever wants to play should get a powerful computer...

    • @seedbarrett
      @seedbarrett Рік тому +16

      @@sadmoneysoulja bro, every dev have to optimize when they can. It's not magic, it's logic and math mostly. Learn some basic algorithms then you will be fine. I'm a dev myself, and the other day i did a HUGE optimization on my soft. How ? Just using the same path tracing logic as DOOM.

    • @tarnishedpose
      @tarnishedpose Рік тому

      @@sadmoneysoulja Can't you see how pathetic of a defeatist mentality that is? You haven't even started your engine and you're already complaining that you'll lose the race because you THINK the crowd does not know what it takes to drive a car.
      That's like a politician justifying their incompetence by saying "people don't know what it's like to be a politician". No, we don't. That's why we're civilians. But we don't need to a read 20 books on economy and socio-politics to tell that something is going wrong with a country.
      This is quite simple.
      Most of us know what the purpose of "OPTIMIZATION" is on a conceptual level. But if you are a developer, then it is YOUR job(not mine) to have an in-depth understanding of the implications of "OPTIMIZATION" on a technical level, so as to be able to put them in practice and actually optimize your games properly to begin with.
      But it is funny you did mention that you're just an enthusiast.
      I mean, it really is pathetic. You're not even an actual developer, but you're pulling out some sort of reverse-appeal to authority by questioning(outright undermining) the common folk's knowledge on the subject, based on the to-be-proven "fact" that they're not developers themselves(or even enthusiasts... like yourself lol) and thus couldn't possibly know anything about "optimization" whatsoever?
      Like seriously, man. Did no one in your enviroment ever taught you common sense?

    • @moonman2051
      @moonman2051 Рік тому

      ​@@sadmoneysoulja I like that game you made, that... uh.... ah, yes, nobody knows what games you made because they're probably shit anyway.

    • @cz5836
      @cz5836 Рік тому +2

      Easy to call them lazy now but keep in mind games had terrible graphics back in 97/98 compared to now so optimization is probably a lot more complicated now.

    • @HunterTracks
      @HunterTracks Рік тому +5

      It's hard to call devs lazy when the gaming industry is notorious for crunch and massive amounts of overworking. We'd get much better games with much better optimizations if the industry had learned to slow the fuck down.

  • @nbohr1more917
    @nbohr1more917 Рік тому +112

    The easiest way to think of it is like this: "Using DX12 \ Vulkan is like writing your own graphics drivers." Hardware manufacturers love it since they don't need to hire as many driver optimization experts but game studios are feeling the pain because the optimization task has been shifted to them.

    • @arenzricodexd4409
      @arenzricodexd4409 Рік тому +14

      more like AMD likes it because they can have less people on driver team. still remember a few years ago when phoronix came with a news that AMD end up firing more people in their linux division once their open source driver end up being more established. on nvidia side they got the money so they can afford to do their own optimization. after all nvidia engineers should knows their hardware better than game developer that never work on the hardware development.

    • @CyrilCommando
      @CyrilCommando Рік тому +18

      Isn't that just a straight negative? Why should people want to "write their own drivers" when an API exists? We are seeing the result of this backwards decision in play here in this video. When things get more complex, it gets harder to program for, harder to use, even if the theoretical ceiling is higher, it doesn't matter jack shit because it's 60x harder to use and therefore no one can use it. As a programmer who's gotten into the space just in the last ~4 years, I see this ALL over the fucking industry. With frameworks & complicated design models where there could just be a simple top down procedural script. What argument is there for theoretical benefits when they are too hard to make use of practically?

    • @nbohr1more917
      @nbohr1more917 Рік тому +2

      @@CyrilCommando yes this all seems like a downgrade. AMD pushed for it since OpenGL is so closely mapped to Nvidia hardware that it was hard to get developers to create games that ran equally well on their chips. I think they made a deal with the devil and basically told Nvidia that they would make some concessions by not directly competing in some performance segments in exchange for Nvidia adopting Vulkan and DX12 standards. Nvidia probably agreed because they too wanted to fire those expensive driver authors.

    • @jcm2606
      @jcm2606 Рік тому

      @@CyrilCommando Because the older APIs were clunky, outdated and had inherent flaws with how they approached certain things, OpenGL especially. The core problem is that to optimise a game's usage of the GPU, the driver has to know how the game is using the GPU in the first place. Assuming _total_ driver optimisation (ie NVIDIA or AMD literally runs the game internally and records commands being sent to the GPU to base their driver optimisations off of) isn't taking place then the driver is essentially having to do this on-the-fly as its ingesting commands for the GPU, with some hints from the developer.
      Essentially imagine that the driver takes in maybe a fifth of the frame, analyses it to see what the game is doing, builds out "optimisation strategies" for lack of a better term, builds _new_ commands that take said "strategies" into account, then sends those new commands off to the GPU before moving on to the next fifth of the frame. Frame finished, move onto next frame, driver maybe uses what it learned from previous frame to skip some work in the current frame. Except now the game is doing something new, it's rendering objects that weren't included in the past frame. Uh oh, have to re-analyse it again!
      This not only limits the optimisations that the driver is capable of doing, it also adds a *lot* of baggage onto the driver which eats into precious CPU resources. Hence there have been multiple attempts to streamline this and move some of this onto the developer (I won't link anything since there's a lot, but look up Approaching Zero Driver Overhead if you want to know the details) which culminated into Mantle and eventually DirectX 12 and Vulkan. The idea with these newer APIs is that the developer is in a *far* better position to make these optimisations since they should know what's in each frame, so the API will instead give the developer the tools to make these optimisations themselves.
      Where with older APIs the driver would take care of command recording and submission, resource allocation and management, synchronisation and such, now newer APIs require the developer to take care of these themselves. This _does_ significantly increase the amount of work and responsibilities that the developer has to take care of, but it _also_ significantly increases the optimisation opportunities that are available to the game. Older APIs may not have recognised that a certain set of commands are repeated and can essentially be prerecorded and reused multiple times, but developers should ideally recognise this as they're designing their games rendering pipeline and can build that into the engine. Older APIs may not have recognised that Task A and Task B can both overlap since they don't depend on each other, but developers ideally should, etc.
      Initially this _was_ a royal pain in the ass with how verbose the APIs were, but nowadays there are various strategies that have been adopted by the industry to streamline things. Modern game engines have moved over to "render graph" designs where the entire frame is laid out in a sort of "flow chart" type system, allowing the engine to know exactly what should be running when. Libraries have been built up around the more annoying aspects of the APIs such as Vulkan Memory Allocator which makes memory allocation considerably easier for the developer. APIs have changed to relax some of their verbosity such as Vulkan's introduction of dynamic rendering and, recently, shader objects which makes modern game engines considerably easier to write.

    • @tgirlshark
      @tgirlshark 10 місяців тому +1

      thats bs and entirely not true

  • @WSS_the_OG
    @WSS_the_OG Рік тому +13

    It's tough to pin the blame on any specific API. I think the main issue is the time constraints studio managers and publishers put on the developers to meet launch date targets, and so instead of having the time to tweak and optimise games (textures is the most obvious recent example), they're busy trying to make objects they stuff in their microtransaction stores instead, and maintain their "live services."
    When devs are busy trying to a fix a game that's broken on release (probably due to unrealistic time constraints), they obviously will have zero bandwidth for making their code more elegant and efficient.
    DX12 just happens to co-exist with all of these industry trends developing simultaneously to the rise of DX12. On paper, at least, DX12 provides many more levers for devs to pull (vs DX11) for better performance and optimisation; I just don't think they're given enough time to do that.

    • @tgirlshark
      @tgirlshark 10 місяців тому +2

      the api itself and how things are scheduled are great, it's merely a skill or time issue to get things right

    • @KaidenBird
      @KaidenBird 10 місяців тому +2

      @@tgirlshark 'tis a skill issue

    • @futuza
      @futuza 10 місяців тому +2

      @@KaidenBird partially, it's a skill issue, but it's also a company culture issue. The big managers of these AAA studios, want to squeeze maximum profit out of their games, so that means paying their developers as little as possible, to the point where they can get away with less skilled developers as long as their games still sell. If they wanted better devs, with better skills, they need to offer more competitive salaries, benefits, and work environment. The best devs will go wherever they're offered the most and most of the time that isn't the game industry. So yes a skill issue, but mostly with management, rather than the actually developers being the root cause.

    • @KaidenBird
      @KaidenBird 10 місяців тому +2

      @@futuza very true. Vulkan is currently kicking my ass. DX12 was substantially easier, and I had more fun optimizing for DX12 than vulkan :)

  • @jamaicankyng
    @jamaicankyng Рік тому +2

    Gotta hand it to you man, I've come accross your videos before but... this topic, pacing and educational mixture has got me to finally subscribe. Awesome stuff man.

  • @frozby5973
    @frozby5973 Рік тому +18

    when comparing dx12 to vulkan, its hard to say because games that do enable you to switch between dx and vulkan are usually the ones that dont have the apis implemented well. its even said in a couple of vulkan learning resources that in order to use vulkan well you need to structure your application around it and abstracting vulkan(like in the games that do switch between apis) does nothing more than having a more verbose version of opengl... which in the end is probably sometimes their goal, to have the simplicity of opengl/dx11 with new features like rtx and dlss

  • @user-cg2gk1yw7w
    @user-cg2gk1yw7w Рік тому +20

    To be fair there's even plenty of DX11 features that devs didn't use/aren't using properly. Which is a shame. Any API could do a lot more if properly understood by devs.

  • @joey_f4ke238
    @joey_f4ke238 Рік тому +50

    Long story short, developers suck, and i say this as one myself, bad practices are everywhere and the bigger the team the more inconsistencies in development, shortcuts, or just unoptimized programming. Some of this comes from the tight release schedules as well and it has been proved time and time again that every game has lots of potential to even double performance with time, like the guy here on youtube that made a modified mario64 version for the gamecube and improved performance to the mooon by himself.
    Now, the problem with dx12 and vulkan is that the more direct access you give to the hardware a developer, the more responsible they are to properly manage the resources, this happens with regular programming languages as well, low level programming always needs the developer to be very careful with how they handle resources while high level languages and api's kinda hold your hands in that regard

    • @Rexhunterj
      @Rexhunterj Рік тому

      The difference for that Mario64 mod and the mods I make for Carnivores (1998) Dinosaur Hunter on PC is that those games were made in a time when current understanding of optimisation in code, particular techniques in software dev and game dev techniques too.
      I can shit all over the performance of the world renderer in Carnivores today because a 1024x1024 cell terrain (each cell is 1 meter square) is simple stuff and we have since discovered methods of optimising the processing of a terrain mesh/tree.

  • @Zumito
    @Zumito Рік тому +5

    I think I discovered the problem, when you use DirectX12 Ultime or Vulkan (the newer versions) these brings the CPU access to the VRAM, and Its like "standby memory" in ram, but for vram

    • @jcm2606
      @jcm2606 10 місяців тому

      That's not the issue. It's true that DX12 and Vulkan grant access to CPU-accessible memory (host visible, host coherent and host cached, to be specific) but that's an opt-in thing that you choose when allocating memory (you'll want device local if you're frequently accessing the memory from the GPU). The reason why performance tends to be worse with DX12 and Vulkan is purely because the driver is doing less bookkeeping for you. With DX11 and OpenGL the driver would be responsible deciding where to allocate memory, when to share memory between resources, how to synchronise different memory accesses and how to order work optimally by both analysing the commands you've given and factoring in usage hints into the analysis to determine out what you intend on doing so that it can figure out how to optimally do that thing. With DX12 and Vulkan almost all of that responsibility is shifted on you, the developer, so now you are the one responsible for all of this, on top of the major paradigm shifts introduced such as the movement from an immediate mode to a retained mode API and significant changes to how resource descriptors work. It's like if you took somebody proficient in C# and told them to make something in C, they'd obviously need time to adapt which they're currently not being given in the vast majority of development studios.

  • @deadfry42
    @deadfry42 11 місяців тому +3

    as for porting Direct X games to other platforms, there is a tool called DXVK that translates DX api calls into Vulkan calls on the fly, and I’ve heard it results in higher frame rates, but I haven’t done the testing to prove that.

    • @PalladinPoker
      @PalladinPoker 10 місяців тому +2

      On games that run DX8-10 (or older) it usually gives massive gains, DX11 is hit and miss and expect a performance drop on DX12 in most cases.

  • @xalenthas
    @xalenthas Рік тому +36

    One thing I believe is worth mentioning and it shows on the Red Dead Redemption 2 footage is while there appears to be little difference between the DX12 and Vulcan overall FPS, the 1% lows are generally much better with Vulcan. Look at the frame time chart; Vulcan tends to have less "stuttering" and in my opinion, gives a better overall experience.

  • @olixrr
    @olixrr Рік тому +59

    I believe that a lot of the performance hits also has to do with DRM in the background. I tried a (safe) cracked version of Dead Island 2 which is a DX12 title and features FSR2 Upscaling and Variable Rate Shading which I haven't seen used before, however the pirated version used the most of my GPU and little of my CPU, while averaging 170-200 FPS. Once I brought the game through Epic I noticed a huge FPS drop now running at 100-150, now utilizing more of my CPU. It might be interesting delving into what the DRM is doing to cause such a performance hit. I know Dead Island 2 specifically uses Denuvo v18. And my Specs are a 12-600k OC P cores @5Ghz, E cores @4.2Ghz with 3600 DDR4 Quad channel and a 3070 Gaming X Trio flashed with a Suprim X Vbios for +50W which helps for a small 10-15% FPS increase in titles.

    • @certifiedhousemoment
      @certifiedhousemoment Рік тому +23

      literal pirates make games run better than developers.

    • @loganbogan9
      @loganbogan9 Рік тому +7

      I don't believe this has anything to do with APIs really. If a game uses DRM and has a DX11 and DX12 mode both will run the DRM. You are right that DRM causes performance loss, but this is the one performance penalty that shouldn't be blamed on DX12

    • @Psychx_
      @Psychx_ Рік тому +3

      Denuvo has been said to hurt CPU performance for years at this point.

    • @lilpain1997
      @lilpain1997 Рік тому +1

      There have been multiple vids showing that DRM does and does not affect performance at all. Just go look them up. Some games get hit hard, others dont.

    • @loganbogan9
      @loganbogan9 Рік тому +4

      ​@@lilpain1997Just like APIs it's all about implementation lmao. If only developers where given time to port their games to PC.

  • @hammadnadeemx
    @hammadnadeemx 7 місяців тому +2

    dx has hurt pc gaming since the beginning. Vulkan is the superior api

  • @yoda29000
    @yoda29000 Рік тому +24

    Vulkan/DX12 both originate in AMD's Mantle API.
    The idea was to give developers more hardware control, but in exchange, they had to plan for every GPUs out there.
    What we're seeing now is devs that programmed for one single GPU.

    • @pigpuke
      @pigpuke 10 місяців тому

      The whole point of an API is so you _don't_ have to code for every GPU. Otherwise, we've just been thrown back in time to the late 1990', early 2000's when they had to code for specific 3D cards. This is a massive step backwards, not a step forward.

    • @jcm2606
      @jcm2606 9 місяців тому +2

      You don't need to plan for every GPU under DX12/Vulkan. You _can_ since they both expose enough information and functionality to do so, but there's always a universally supported, "good enough" approach that is guaranteed to be available to you as the DX12/Vulkan specs mandate that the vendors *must* support that approach. The problem with DX12 and Vulkan is that they both require you to be much more in tune with how the hardware works, namely when it comes to recording and submitting commands, synchronising work between commands or groups of commands, and managing memory allocations and resources. The APIs mandate that *all* vendors must support a "good enough" approach for each of these, so you don't need to manage multiple distinct code paths for each vendor or architecture, but the APIs also expose enough information and functionality that you _can_ manage multiple distinct code paths if you want to.

  • @achillesa5894
    @achillesa5894 Рік тому +13

    It's definitely a per-game optimization thing. And you have to look not just at average FPS but also 1% lows (stutters). For example in Apex I get like 50% higher average FPS with DX12 when nothing is going on, but when the fighting starts I get way more noticeable stutters so I stick to DX11 despite the average FPS being lower. While on The Witcher 3 DX12 obviously allows for DLSS Quality + Frame Generation + Raytracing so it's the superior choice (for my 4070). It's unfortunate that we have to do this, but trying both (and Vulkan) on every single game is the way to go.

  • @Bsc8
    @Bsc8 Рік тому +71

    I will be always impressed by Black Mesa, an HL2 mod than became a standalone gorgeous game (the best next-gen HL1 experience so far).
    Made by a small indie studio, it uses *DirectX 9.0c,* looks like it has RT on but it's all PURE OPTIMIZED RASTER! Running smooth like DooM Eternal.
    _edit: the engine used it's the latest 2007 update of Source, an engine made in 2004. Apex Legends and Titanfall games runs on heavly modified dx11 version of Source too._

    • @Ay-xq7mj
      @Ay-xq7mj Рік тому +4

      Source bakes ray tracing into the maps since css so its cheating.

    • @ShoryYTP
      @ShoryYTP Рік тому +23

      ​@@Ay-xq7mjalmost every game does that

    • @biglittleboy9827
      @biglittleboy9827 Рік тому +24

      That's because they actually worked to make the game beautiful instead of just relying on the engine assets and technology to do their work. Most devs nowadays are lazy and incompetent due to the progress that technology made and that make their life easier. Modders are passionate people so if they are competent you can be sure they will make a good job.

    • @Bsc8
      @Bsc8 Рік тому +7

      ​@@Ay-xq7mjmaybe but It looks like raytraced stuff, just not in real time. So to me not performance impact=shut up and take my money 😂

    • @Bsc8
      @Bsc8 Рік тому

      @@biglittleboy9827 facts!

  • @Zakmakoto
    @Zakmakoto Рік тому +12

    Vulkan, like DX12 is a close to metal API, that means that GPU vendor driver layer is just kept at the bare minimum, still that doesn't mean they can't optimise it or even (often in nvidia's case) like to derive from what MS or the Khronos group have standardised (RTX, later on integrated, VK_NV...) to keep headache on non-nVidia users and developpers.
    When you transfert the responsibility of optimising the draw calls, compute etc... by the CPU from GPU vendors to developpers in their engine (looking at you UE) you often get that unoptimised mess because they either don't fully control these API calls in the case they're using a third party engine like UE or Unity and it's up to Epic to support them for instance or figure it out themselves. Or they simply don't have the time for that.
    With DX11, quite often the GPU vendor came to the rescue and tweaked their drivers to optimise things further, it's still the case with DX12 but the results are quite minimal every time.
    In the end is DX12/Vulkan a bad thing? No, they appeared at a time when it was needed and developpers wanted more control. Now with the growth of UE games we simply see the limits of what a "generic" game engine can do even if the demos are incredible, there's no way they're covering all game use cases perfectly.
    While game dev carelessness is for sure a good reason for unoptimised games, the problem is in most case the lack of control and the separation of the game developpement and game engine developpement they have.
    Remnant II is a perfect example of this, and many more are.

    • @ashz2913
      @ashz2913 Рік тому +7

      Engine programmer here and what you said is 100% true. These newer graphics API makes no assumptions over what the user want to do and require the user to explicitly declare every little things that previously can probably be dealt with via driver optimization. The responsiblity lies on the game developers rather than the vendors when it comes to these newer graphics API.
      It is often, of not always, better to have more control with access to lower level feature that allow us to interact with hardware more closely which in turn results in better and more otimizated real-time render. But like you said, this benefit cannot be obtained if the game developers only choose to rely on commercial game engine like UE and not willing to engineer their engine to better fit the kind of game or scene they want to build.
      The architecture of UE itself is designed to be modular and easy for game developers to write extensions on top of the classes that Epic has provided. But this design also comes with a lot of overhead and it is not entirely about graphics API. The games that are made with UE recently really aren't that complex. In fact they are quite simple consider the type of game only consists of few entities that is controlled by AI along with other triggers and events in a level. They are not some RTS or games that require a lot of physics simulation or just simply have a lot of activities that is going on. It really shouldn't be this demanding to run on modern hardware.
      Though I don't expect many developers to spend time on acquiring the right technology for their game. They will just have to rely on marketing to get more people interested and to purchase the game then patch the game after release, if they'll ever bother to address these issues.

    • @tux_the_astronaut
      @tux_the_astronaut Рік тому

      Think another issue in unreal games is devs see nanite and lumen as a magical tool that will make their game look and tun great. Like yeah nanite is nice for LOD but doesn’t mean you should stop caring about polygon limits

  • @revolverocelot2769
    @revolverocelot2769 Рік тому +2

    Vulkan and DX12 are of the same level of complexity. DX12 Ultimate is not responsible for poor performance either. Both lose to DX11 in GPU-limited cases because of the more complex DX11 drivers, which did a lot of magic behind the scene - automagically optimized texture residency management and implemented many universal optimizations useful for all games. Now, it's improbable that a single developer or even a small group could replicate all that work. Furthermore, they don't possess the detailed GPU knowledge that hardware vendors do. Thus, the lower-level API led to increased CPU-limited performance (better work submission and engine knowledge) but also introduced issues with stuttering, memory management, and GPU-limited performance. Perhaps the new APIs are simply too low-level, and some middleware or a DX12 to DX11 style wrapper for memory residency management might have helped. However, none exists currently, and developers struggle with these challenges with little luck.

  • @jvne3497
    @jvne3497 Рік тому +11

    As a hobbyist graphics engine developer, often it's very hard to choose what to use which graphics API to use, DX works on Windows, Vulkan runs on most (however OSX removed support in place of Metal however I'm not sure they added it back), OpenGL runs on virtually everything but is old and fairly slow.
    Some of these systems have moved to using GPU graphics/compute libraries to merge all of these such as wgpu (which I believe uses gfx-rs for graphics and compute abstrations) on the Rust programming language. These use different shader modules such as SPIR-V or WGSL (which are both great formats however SPIR-V can be a nightmare sometimes).
    So now lets say I want to make a game, I'm going to use a game engine so I can avoid the nightmare of coding with all these potential graphics APIs, I just wanna write some shaders, lots use an ActorMVC model (CryEngine), some use an Entity Component System (Bevy Engine), some use a Node based system (Godot Engine), these all have their uses and how fast they run. But how are they built? Bevy Engine for example is 100% async with easy multi-threading however is hard to use, so why don't people use that? Well simply look at the engine, it's a bit of a nightmare and doesn't have all of these "modern" features requiring you to code your own shaders for ray tracing or the likes.
    So what's the issue? Honestly I'm not 100% sure. We have the options, we have the technology, we have very talented low level programmers (such as the WGPU and GFX-RS team) to make it so we don't have to interact with these large amount of graphics APIs by hand at next to no cost, we have people creating massive projects and graphics renderings that can do volumetric clouds at 0 cost (@rust_gamedev on twitter shares some neat things, even the frostbite engine devs are working with Rust and are seeing wonderful results!). So the only thing I can think of is investors pushing releases before optimizations happen, gotta meet those deadlines and meet those dollar values.

    • @cryptic_daemon_
      @cryptic_daemon_ Рік тому

      Fellow Embedded Engineer, it amazes me that developers are working with much more complex systems and , meanwhile my work is very low level, and work with mostly xtensa and arm microcontrollers. Makes kinda glad that im not a game dev ngl xD. My question to you, do you think the Rust language will help gaming?

    • @tsunekakou1275
      @tsunekakou1275 Рік тому +1

      Only Rust programmers can say "0 cost" that confident 😚

    • @tsunekakou1275
      @tsunekakou1275 Рік тому +1

      @@cryptic_daemon_ If you think about it, what Rust offers vs what game devs needs.. Rust workflow even slower than C++ which is kinda go against the crunchiness of what big studios wants. High friction, slow iteration, mean Indies are out. Rust eliminate some class of bugs, but like does game dev care that much about bugs?. But who knows, things could change in a few years.

    • @jvne3497
      @jvne3497 Рік тому +1

      @@tsunekakou1275 Near 0 cost, I'm sorry I didn't diligently review a post that I had made at 12AM. Runtime always has a cost and as a proficient developer you know this I would hope, much of the code for the shaders was a compile time calculated shader meaning while it is limited in its uses, it does work.

  • @SplitScreamOFFICIAL
    @SplitScreamOFFICIAL Рік тому +37

    Are we talking about driver overhead or is it just devs optimization techniques specific for Dx11 while Dx12 is still inexperienced
    I want to see GamerNexus Cover this and see the actual cause and results

    • @tomars3645
      @tomars3645 Рік тому +7

      gamer nexus is not a low level developer or not even a developer.

    • @biglittleboy9827
      @biglittleboy9827 Рік тому +8

      The first game using Dx12 was made in 2015, it was ashes of the singularity. That's almost 8 and a half year. I wouldn't say Dx12 is still inexperienced.

    • @PadaV4
      @PadaV4 Рік тому +4

      Dx12 was launched 8 years ago, at this point of time either devs have a skill issue or the API is trash itself.

    • @Psychx_
      @Psychx_ Рік тому +4

      Optimizations that were previously done in the driver now have to be done by the game devs. Stuff like batching draw calls, overlapping work that can happen in parallel, memory management, … Having a lot of control also comes with increased responsibilities.

    • @biggo4637
      @biggo4637 Рік тому

      ​@@tomars3645They are tech journalists and have the resources to find expert developers.
      i mean they went into Amd fabs and Evga ones! They definitely have connections

  • @dunndudebemelol
    @dunndudebemelol Рік тому +8

    Early dx11 and tesselation was like this too.

  • @-MaheenUddin
    @-MaheenUddin Рік тому +6

    At rdr 2,using direct x causes frame time graph to spike often, specially noticeable at low end gpus. Whereas vulkan has a smooth frame time graph even in your video. The 1% low is what matters more than fps

  • @julmar9153
    @julmar9153 Рік тому +1

    Problem isn't really the API in my opinion, the problem is that games aren't fucking finished when they are sold, first they launched un-optimised games, then we have full bugs or low content games that cost 70$. We are legit treated as testers. I want to buy a complete game with a good overall, not a fucking alpha (and they call it the full game) that will (maybe) be fixed and completed in the next update ( more like in 1-2 years)

    • @julmar9153
      @julmar9153 Рік тому

      Mind you this probably isn't the fault of the game devs, because usually independant games are very complete and runs great. Problem comes most likely from publishers

  • @pf100andahalf
    @pf100andahalf Рік тому +6

    I was thinking about this yesterday. Things have gotten so bad that frame generation "fixes" the cpu being hammered in TLOU and jedi survivor (jedi has a dlss3 mod and it also uses 16gb vram with all the settings maxxed out). With dx12 and dx12 ultimate, devs have bitten off more than they can chew.

  • @dand337
    @dand337 Рік тому +6

    To give you some context, DX12 on wither 3 was very poorly made bc it was mainly an experiment for cd project devs to learn how to use some tools and add RT.

    • @Morpheus-pt3wq
      @Morpheus-pt3wq Рік тому

      I think it´s important to note, that the devs, who were making W3, probably no longer are in the company. Thus, the devs porting the game to DX12, had very little to no idea, how things work.
      Not to mention, they made the patch mandatory instead of optional...

  • @Tainted79
    @Tainted79 Рік тому +5

    In rdr2, vulkan has better performance with heavy cpu workloads like massive AI crowds in Towns/Citys. Dx12 has better image quality. A good example is the field of blue bonnets (flowers) near adlers ranch in the North west of strawberry.

  • @DoktorWeedus
    @DoktorWeedus 10 місяців тому +1

    DX12 literally gained me 70fps on my fortnite dawg

  • @JoaoMPdS
    @JoaoMPdS Рік тому +1

    To put it simpler, is like windows 10 & 11. Windows 10 often seems more preforming, but people still update it.

  • @GrandHighGamer
    @GrandHighGamer Рік тому +4

    VRS has a pretty minimal performance gain, while also having visible artifacting if you know what to look for. You're still basically reducing the resolution of parts of the screen (shader wise, anyway). To even get a decent improvement, you need it aggressive enough that blockiness starts to be visible.

    • @smlgd
      @smlgd Рік тому +1

      I think it's very niche today like for racing games where the environment becomes a big blurry mess but it's very promising for the future if we ever get foveated rendering for VR, might even make VR performance close to screen performance. But I agree that it's not like he said "free performance" in fact it's probably not worth how hard it is to actually implement it

  • @olebrumme6356
    @olebrumme6356 Рік тому +5

    I'm not a programmer, but I got experience selling custom/prebuild PCs and benchmarking games. Vulkan runs better for the most part on most systems, but especially low and midrange PCs. In RDR2 for example Vulkan gives a smoother experience, higher 1% lows and all that, over DX12.

  • @PeninsulaCity2024
    @PeninsulaCity2024 Рік тому +4

    At some point, I'll be playing an older game with "last gen" graphics and I can't help but notice that it still looks as good or even better than newer games to a degree but with a lot less stress on the system. It makes me wonder why the need to push current hardware to the extreme just to have, in my opinon, a hardly noticible difference in graphics other than ray tracing and 4k + textures which may or may not be worth it.

  • @suxgatov
    @suxgatov Рік тому +1

    Doom is not more optimized specifically because of vulkan, it's because of the developer. ID software is like, the father of game optimization, or even software optimization as a whole. The issue is, I’m my opinion, in the industry. I'm not targeting the blame directly on the developers, I’m targeting it on the stake holders. The big companies just care about making more money, and the key world, faster. They trim down development time by, among other things, not carrying about optimizing games, since it takes a lot of time to do so.
    I feel like the AAA scene is so depressing to look at nowadays, I’m almost giving up on the hobby. Game quality as a whole is reducing so much, that a good game is becoming the odd one out. All the game are the same, all of them with dlc upon dlc, microtransactions, battle passes, money money money. And the lack of care for performance is just another slap in the face of the players. Yes, making games are expensive, it takes a lot of time, and there is a lot at stakes, but the way this companies are behaving is so bad it's actually insane.
    Take the recent release of baldurs gate 3, a phenomenal game, it has its ups and downs, but it's such a great experience that it stands out in a very good way. The developers from other companies are so hooked up on the easy money of not giving a shit about their players that they are actively attacking the game for the sake of being a good game, crying about how player are going to have more demands, and they are going to have to actually work to develop new games now.
    That´s the state of the industry. Unfortunate. Depressing.

  • @shotgunsunday9329
    @shotgunsunday9329 8 місяців тому +1

    Found this after discovering that running helldivers 2 on dx11 gave me and a lot of other people about a 20% fps boost. The comments have been very enlightening. The only thing I don't understand is how in that specific situation. I'm assuming the game was coded in dx12. Idk how the backwards compatibility works or if it's automatic. By switching it to dx11, does that basically undo all of the unsatisfactory optimizations the devs coded and apply dx11's more automated system? I have no experience with game development or coding btw, so if this ever gets response, terms that I can wrap my head around are appreciated.

    • @jcm2606
      @jcm2606 8 місяців тому

      In most cases it's the opposite: switching to DX12 often leads to _less_ optimised code being used because the game developers don't know how to optimise hardware usage as much as the driver developers do. DX12 is a low level API so there are a number of things that the game developer is responsible for, that driver developers from NVIDIA and AMD used to be responsible for under DX11.
      The idea behind moving these responsibilities over to the game developer is that, on paper, the game developer should be in a better position to take care of those responsibilities since they have immediate knowledge of the full frame that's about to be sent to the GPU, whereas under DX11 the driver would basically have to delay sending parts of the frame to the GPU so that it has enough time to figure out what the game developer wants to do, figure out how to do that more efficiently, then reorganise all the work being sent to the GPU to be more efficient. This often meant that performance was more unpredictable and tended to have higher overhead since the driver was having to do more work in the background, which is why DX12 and Vulkan both decided to move those responsibilities over to the game developer since performance should be far more predictable and overhead should be reduced with the driver now having to do less work in the background, at least assuming that game developers know how to properly take care of those responsibilities.
      In practice that's seemingly often not the case since most game developers aren't used to such low level access to the GPU and don't know how to manage the GPU properly, and upper management isn't giving them the time to learn and properly migrate their game engines over to DX12 as upper management instead treats DX12 as a checkbox that needs to be checked for marketing reasons. End result is games tend to perform worse since the game engine is using _less_ optimised code than it would under DX11, purely because the game developers don't know how to optimise hardware usage as much as the driver developers do.

  • @Ghanemq8
    @Ghanemq8 Рік тому +4

    Armored Core 6 is going to be built on DX12. I really hope it's not as big of an issue. I hope it runs well

    • @MaxIronsThird
      @MaxIronsThird Рік тому +2

      it does, Elden Ring was also DX12.

    • @Ghanemq8
      @Ghanemq8 Рік тому

      @@MaxIronsThird That explains why the performance is so shit lmao
      I got an RTX 3070 and an i7-10700k and I can barely run the game at a stable frame rate at medium settings. So many stutters and hiccups.

    • @MaxIronsThird
      @MaxIronsThird Рік тому

      @@Ghanemq8 there must be something wrong with your PC, I'm playing the game at 120fps(not locked but VRR makes it feel really smooth).

    • @soundywaivy
      @soundywaivy 9 місяців тому

      Armored core 6 is the best optimized fromsoftware game, smooth as butter. Especially compared to elden ring

  • @anon2036
    @anon2036 Рік тому +16

    Never went to college, so I don't really consider myself a true "developer" but what I have is 5 years of experience in the industry. What I can say right now is a lot of the newer devs only seem to be getting into the industry because of demand and pay. Work environment can vary company to company but it's also usually acceptable. I can count on one hand the juniors or 1-2 years experienced devs who are actually passionate about their jobs. I've had slack from managers for me being to critical in code reviews, but I can actually visibly see the decrease in quality of work over these past 3 years. My last code review I dealt with a dude (not a jr btw) who parsed an xml file into an array then proceeded to loop over it 5 times to get item names and descriptions all single threaded. It's no problem in the server, companies' rich they can afford some of that cpu time, but people shouldn't pull that shit client side makes the menu laggy.

    • @exusxt
      @exusxt 10 місяців тому

      i can confirm the quality of code decreases for over 10 years now. Performance issues are not only common in video games. This is why often the product seems to work in test environment and then if you try it on a productive system it performs really bad or even crash.

  • @BlindBison
    @BlindBison Рік тому +4

    The main problem is inefficient/poorly optimized CPU side code - in particular developers are not putting in the leg work for efficient asset streaming/traversal systems and shader compilation stuttering has also been a big problem in recent years. GPU side scaling has usually been OK but it’s the stutter struggle that’s been really unacceptable in recent times. The amount of UE games especially that ship with streaming/traversal stutter and/or shader stutter that are quite literally never fixed is astonishing. The fact that devs and publishers think it’s acceptable to make your product with such glaring technical problems is a big issue. It’s gotten so bad I pretty much just don’t buy UE games anymore on PC.
    DX12 / Vulkan “can be” powerful tools but only if the developer’s engineering team are up to the task - most do not seem to be unfortunately. DOOM Eternal, Red Dead 2, and post patch Cyberpunk come to mind for titles that are actually great on PC now and use low level graphics APIs.

    • @Wylie288
      @Wylie288 11 місяців тому

      Doom Eternal is just magic. I can get it to run at 90 fps most of the time on my Steam Deck without even turning on resolution scaling. Some of the first few levels are a little iffy, but most of the game runs great on it.
      RDR2 is just, actually not graphically demanding at all. RDR2 hired fantastic technical artists. The has 1 light source, very few real time shadows, and the shadows that are there are generally very low quality. But the game is packed with lots of particles effects, post process, and decal effects that people DO notice instead. While on a technical level its rather low fidelity, but to human eye balls it looks very good. Its not well optimized it just had a good team of technical ARTISTS instead of just technical developers.

  • @chincemagnet
    @chincemagnet Рік тому +2

    I hate DLSS upscaling, and FSR even more, these lazy devs need to put time into optimization, instead of using DLSS and FSR as a crutch

    • @kevinerbs2778
      @kevinerbs2778 Рік тому

      I wish people would start complaining about the lack of mGPU support.

  • @Dhalin
    @Dhalin Рік тому +2

    I'd rather just turn the settings down slightly to eliminate the lows and slap a 59.9 cap on it to get a more consistent framerate. Consistency is always going to look better than a series of peaks with highs and lows. 59.9 99.9% of the time is better than 110 50% of the time and 70 50% of the time. But then I'm older, my eyes aren't quite as good as these teenagers playing games these days and I remember when getting 20 FPS out of old games was something you were glad to be able to do. 59.9 with 1440p and reasonable settings are more than good enough for me, I grew up playing NES and SNES games, so... I don't need super duper ultra 4k individual hair strand ray tracing quality. I can enjoy games just fine even without.

    • @zzz-cb3xe
      @zzz-cb3xe Рік тому

      I still play 720p on tv 1080 on laptop but my laptop does boy need to work as hard

  • @ReaperX7
    @ReaperX7 Рік тому +5

    Denuvo is the bane of any and all games.

  • @TanteEmmaaa
    @TanteEmmaaa Рік тому +9

    It was always like this. For example, almost every game that has a DX9 rendering path had a lot more fps than the DX10 or DX11 rendering path on the same game.
    It is sad, but it really was always like that. in 95% of the games, using the LOWER API version provides you with better fps. And often with a more stable game.

    • @malachkah
      @malachkah Рік тому +2

      Yeah but then again, dx10 and 11 had more graphical features over dx9. Between 9 and 10 tho most preferred to use 9.

  • @CMak3r
    @CMak3r Рік тому +2

    DX12 gives more control over hardware to developers, but some of them don’t yet know how to utilize it properly. The thing with real-time shader compilation stuttering is that all game shaders are compiled in-time. It’s possible to precompile all shaders before loading the game, they can be delivered through steam services, they can be compiled while loading levels, this is to developers to decide. I hope that with time more developers will be adequately qualified to work with DX12 API

  • @danielpindell1267
    @danielpindell1267 Рік тому +1

    Don't forget Unreal Engine 5. That has been crippling performance and I can't see where visually it has improved over UE4

  • @Bunuffin
    @Bunuffin Рік тому +7

    DX12 and Vulkan are quite hard to work with since is closer to the hardware... Vulkan can push way more (doom anyone?) but guess what, there is more coding to do.
    Linux translates DX to vulkan so i prefer having games with vulkan, less performance losses for me

    • @keit99
      @keit99 Рік тому +5

      Interestingly I've some games that seem to be running with less stutter witv dxvk (in linux) than pure DX (on windows).

    • @benjib2691
      @benjib2691 Рік тому

      In regard to Doom I think it's more related to id Software having some of the best engine developers out there. I've never saw a single game based on idTech 5, 6 or 7 that runs poorly. Doom 2016, Doom Eternal, Wolfenstein The New Order and Wolfenstein II The New Colussus all runs perfectly on a wide range of hardwares with excellent visuals and image quality.

  • @PercyPanleo
    @PercyPanleo Рік тому +7

    I feel like Vulkan will probably be used more often going forward if developers want to go through the effort of optimizing their games graphically since you have the Steam Deck which only supports Vulkan and OpenGL (Using a translation layer to translate DirectX into Vulkan) acting as an optimization benchmark. If your game runs well on the Steam Deck, then it will run well on most relatively modern PCs.

    • @zybch
      @zybch Рік тому

      You might as well say the same about the Switch though. It and the deck are such pathetically low performance devices that ANYTHING that can run on them will run far better on even older PCs.

    • @PercyPanleo
      @PercyPanleo Рік тому

      @@zybch the thing with the switch is with it not being a PC, developers can use settings and optimizations that they make unavailable in the PC version. With something like the Steam Deck though you can't do that since it is a PC

  • @KeinNiemand
    @KeinNiemand Рік тому +5

    What we need is a high level API like DX11 or OpenGL but with modern features like ray tracing with maybe an option to do the low level bare metal stuff, forcing developers to use a low level API will just result in them doing whatever is easiest which ends up beeing worse then whatever DX11 does behind the scenes at that low level.

    • @Psychx_
      @Psychx_ Рік тому +10

      Then we're back to games not being able to do multi-threading, drivers getting bloated and needing extensive per-title tuning, and draw calls limiting scene complexity again. Btw - there already are abstraction layers that wrap DX12 und Vulkan into a more high-level-ish interface.

    • @meanmole3212
      @meanmole3212 Рік тому

      wgpu is the real rising champion here. Maybe billion dollar studios got the time and money to optimize their software for every device and every platform using different API, but not indie or small development teams who still want to do their GPU programming themselves. Simplicity and portability packed in together under a single API with solid performance.

    • @tsunekakou1275
      @tsunekakou1275 Рік тому

      @@meanmole3212 😅 if a person that have the needs to use low level APIs then why would they use someone else wrapper API that written in an immature language? Indie and small development teams probably would use off-the-self engines, but i guess there is a niche market for wgpu?

    • @meanmole3212
      @meanmole3212 Рік тому

      @@tsunekakou1275 Because as OpenGL gets left in the dark and replaced with Vulkan a lot of developers find themselves in a tough spot. OpenGL is simple enough to get stuff done relative quickly compared to the overhead Vulkan adds in terms of complexity. In a way as you said there is a void to fill for people who do not want to jump to Unity, Unreal or any other bloated framework solution.
      If you just want to program the GPU and write your own shaders the similar way you do it in OpenGL without the need to worry about different operating systems or devices too much (in fact the protability aspect is easily worse in OpenGL compared wgpu), then wgpu is a solid choice.
      Notice that wgpu is not a game rendering library or engine, it's as much of a GPU API as OpenGL is, focused solely on programming the GPU. And yes, since it is still an abstraction layer over all of the other GPU APIs (you can switch arbitrarily which backend to use, DirectX, Vulkan, Metal, WASM, OpenGL) you can't do all the fine-tuned specifics that you can do with DirectX exclusively for example. Naturally there's also a performance overhead because of the abstraction, but in my experience it is very competitive.
      I think it is very sad that the industry does not have a standard for programming the GPU and writing shaders in general, but instead you as a developer need to, in some cases, write support for different APIs in addition to writing your shaders multiple times.

  • @AyoKeyloGaming
    @AyoKeyloGaming Рік тому +1

    Vulkan for directx9 some 10 and 11 games work Magic, especially old games like New Vegas

  • @b-ranthatway8066
    @b-ranthatway8066 Рік тому +2

    I just wish gaming companies would take extra time to release a well polished game. I don't care how long it takes, but make it flawless and people will buy it

  • @xenxboi5755
    @xenxboi5755 Рік тому +5

    the vulcan option in rdr2 is massively better bc you get a lot less stutter as you can see in your comparison video and look at the frame time - a lot more consistent and A LOT better feeling than dx12

  • @Clanps
    @Clanps 11 місяців тому +3

    with Vulkan, you have platforms like linux to back it up. As DirectX games can't be ran without Vulkan you have things like DXVK to translate DirectX to Vulkan in practically real time matching windows performance and some times surpassing it. Vulkan is amazing but like you mentioned, it's up to the developers to optimize their games which leaves me to say that no matter what rendering api you use, you still have to be a good developer.

  • @AlucardNoir
    @AlucardNoir Рік тому +7

    Both DirectX12 and Vulkan are technically better than Directx11, but they're not just significantly harder to implement correctly, but we're expecting a lot more from modern games. A game with RTX looks better than one without, but that RTX is also going to tank performance. Nanite is great for developers who no longer have to bake half a dozen lod meshes for each environmental object, but it moves the computational requirements from the develop to the gamer. The reason why older games that got ported to DirectX 12 were better than their counterparts is because they weren't expected to do anything more than what was expected from DirectX12. Modern games though? We expects a lot more from them today, much of that comes at increased performance costs.

    • @loganbogan9
      @loganbogan9 Рік тому

      I see your point but it's still not okay for a game to run 20% worse than DX11 using DX12 at the same graphical fidelity. Just because DX12 has more graphical options doesn't mean it has the right to run worse when running at the same ones as DX11

    • @enricod.7198
      @enricod.7198 Рік тому +4

      Also most devs use dx12on11 imo and that's not good for complex 3d graphics but it's the laziest easiest way to "update" a game to dx12

    • @loganbogan9
      @loganbogan9 Рік тому

      ​@@enricod.7198yeah... I really don't like that this has become acceptable.

    • @AlucardNoir
      @AlucardNoir Рік тому

      @@loganbogan9 That's not how the world works mate. The mistake both you and Vex do is assume that it's the same graphical fidelity.
      Ever tried a game on Ultra and then High and didn't notice much if any difference at all? I know I have. Ultra tanks performance to hell but you don't see any difference between the game on Ultra and High. Why? because it's a myriad small differences that are each individually hard to spot. Just because you can't see the difference between two renders on first glance doesn't mean the differences aren't there. One of the things that most people don't realize is that depending on how far you sit form your TV 1080p will be at the limit of what your retina can discern while 4k will still not count as retina on a laptop screen. If you don't see a difference it doesn't mean the difference isn't there, it merely means it's so small you aren't even paying attention to it.
      Ambient occlusion is a good example of this. Old school AO was just backed and had almost no impact on performance. That's no longer the case. Not only do Lumen and RTX actually process it in a more correct manner, but even modern implementations of AO tend to no longer just be baked in use more complex sharers to achieve a more realistic look than the old prebaked AO. A correctly prebacked AO will be close to indistinguishable from a more modern shader based AO or even RTX. But that takes development time and hardware to be run. Thus it's cheaper for devs to just let AO shaders and RTX handle AO on the players machine and time.
      Nanite will result in smaller games since LODs won't be necessary any more. It will also result in both better looking games and less dev time per game using UE5 - thus potentially resulting in more games. The price of Nanite is that now the gamer need significantly more powerful machines to run UE5 games.
      DX12 is significantly more performant than DX11 but not only have graphics and graphical requirements outpaced hardware development but as we can see with Unreal Engine 5, part of what used to be done on high end workstations owned by game devs has now been transferred to lower to mid range gaming PCs.
      If you go to the Pathfinder Kingmaker GOG page you'll see a review I left there. A negative one where I complain about how the game has unacceptable loading times on an SSD - and that was after several patched that were meant to address long load times. Now we're already seeing games that require SSDs.
      Technology and hardware progresses and devs abuse it. In place of load times basically having gone away as a result of modern SSDs games have been ballooning in size and load times are still there. DirectX112 and Vulkan have massive performance gains over DirectX11 and Open GL 4 and hardware has only gotten more performant, yet game devs seem to think they're making Crysis 2: performance bugaloo.
      Game devs are still optimizing games, but with shifting minimum requirements at least some performance work has been abandoned with the idea that modern hardware, APIs and baked in engine features can take it's place. Just look at DLSS. It was meant as the best form of AA you had ever seen then, during development it got turned into a way of prolonging the life of your card by playing a game at lower resolutions. And now? Now it's a mandatory feature to play brand new games on brand new hardware. Devs have stopped optimizing not because they've gotten lazy but because much of what used to be called optimization were just cheats. AO used to be static, prebaked shadows whose main drawback used to be a slightly larger memory footprint. Then they became shaders whose performance hit kept on growing as the quality of assets kept on growing and now you have lumen and RTX. AO used to be a cheat to make the game look more realistic. WIth RTX you no longer need that cheat. But that cheat was there not just to make the game look more realistic, but to make the game look more realistic without the massive performance hit real time path tracing would have required.
      DX12 ULTRA has greater performance that DX11 on the same hardware, but it's used by games that also require a lot more from the same hardware. You look at the game and think: "I don't see any differences so there must be none" but there are. And if there are no graphical differences do you know what that means? It means you're either CPU or GPU limited.

  • @SgtRamen69
    @SgtRamen69 Рік тому +1

    It's quite funny to me that even the 4090 with it's ridiculous performance can't keep up with some of those new Triple A games without AI upscaling. The companies behind it should really start spending some money on training their workers with DX12, or else they're just gonna keep losing money.

  • @omegiltubero
    @omegiltubero Рік тому +1

    Guys DirectX 12 is fine, Devs just don't work for optimize it

  • @XanthosAcanthus
    @XanthosAcanthus Рік тому +5

    I actually think that the rise of upscaling and stuff like frame generation will be a two edged sword. It’s gonna be great at first, but surely developers will spend less time optimizing since they have magic tech that can make games run better.

  • @RAXN12
    @RAXN12 Рік тому +5

    I had worse performance with dx12 when playing Control. And another thing I'd like to add is that it's not just fps but thermals seem to go wonky. I hit 86°c with DX12 but only 72°c with DX11.

  • @igeljaeger
    @igeljaeger Рік тому +7

    Open source is the future. Vulkan is for the win hands down. Also compatible with all OSs except mactrash. As a Linux gamer DirectX does work okay but obviously Vulkan is just better for everyone.

    • @SomeRandomPiggo
      @SomeRandomPiggo Рік тому +3

      I honestly have no clue why DirectX is still a thing. Back in the day of DX9, OpenGL was almost identical in terms of features and easier to use. Now, Vulkan exists and it's the same, but for DX12. When Valve made the Source engine, they ripped out the old OpenGL renderer from Quake and replaced it with one implemented in DirectX for a reason I don't know

    • @Fals3Agent
      @Fals3Agent Рік тому

      Vulkan has been the "future" since like 2016 lol. Also Linux doesn't even run native games properly, rocket league had a native linux port for a long time and the devs gave up on it.

    • @SomeRandomPiggo
      @SomeRandomPiggo Рік тому +1

      @@Fals3Agent The native version runs just fine, they removed multiplayer because Linux is too open to have an anticheat at the same level as Windows

    • @Voyajer.
      @Voyajer. Рік тому +4

      @@Fals3Agent They gave up on it because Epic bought them and Sweeney has some weird dislike of linux

    • @Fals3Agent
      @Fals3Agent Рік тому

      @@Voyajer. Tim sweeney hates microsoft and windows man....and apple. Not Linux....stop the cope

  • @picklechin2716
    @picklechin2716 Рік тому +1

    I have an I5 6500, RX480 8gb and 16gb of 2133mhz ram. I find that in Rainbow 6 siege, DX is a slide show, while Vulkan runs the game at 144 fps(with stutters and other problems).

  • @tik2368
    @tik2368 Рік тому +2

    Two other important things I think to mention is that dx11 was largely focused on leaving optimization to drivers and graphics vendors, so nvidia and amd performance improvements came with the wealth of driver optimizations, whereas dx12 is fully in control of developers, this does mean that when the time is put in a game can utilize resources more efficiently depending on what the game needs, but it has a double edged sword effect where if the time isn’t put in it can end up harming performance beyond the one size fits all approach of dx11, it’s a complicated api that requires dedicated work to optimize properly but the problem then comes in that with most studios the pc port is oftentimes the least prioritized version as it is the least populated but requires the most work. Second vrs is a good example of how dx12 requires actual work dedicated to it since it has to be carefully balanced with regards to game visuals or else it can improperly blur and not make back much performance, upscalers on the other hand are much less hands on with not much resources required to make it work properly seeing as most games are able to be modded easily with support for stuff like dlss regardless of their actual support for it just so long as the games run on dx12

  • @LKNear
    @LKNear Рік тому +5

    Whatever happened to variable rate shading? It was supposed to improve gpu performance a ton lol

    • @filipborch-solem1354
      @filipborch-solem1354 Рік тому +4

      Could be that it doesn't work well with upscaling. Look at dead space.

  • @aaron_d_henderson1984
    @aaron_d_henderson1984 Рік тому +1

    just going to comment to remind everyone that you can have DX 11 and DX 12 installed into the same computer at the same time. there has been some misinformation going around that you can only have one version per computer, and whatever version you last installed overwrites and uninstalled whatever previous version you had installed. this is NOT the case with how DirectX works!
    I know I had one computer that had DX7 DX9 DX11 at the same time, all installed on the same computer. reason why is there was an old game that only ran on DX7, DX9 was used for debug reasons at the time, and DX11 was the version that came with the OS (this was a while back btw).
    IDK who started the false information that you can only have one version, but hopefully they are enjoying their one way trip to hell.

  • @LegionIscariot
    @LegionIscariot 10 місяців тому +1

    Whats destroy our FPS is this obsession with graphics over gameplay. Graphics is what sells games today apparently.
    A game trailer will be released with great gameplay...but you see people complaining in the comments about da gwaphics.
    Or you'd see a trailer for a boring soulless game but you have people going "ohhh those graphics are amazing"
    And people wonder why games are not fun anymore.

  • @qefyr
    @qefyr Рік тому +1

    5:57 It's only on AMD GPU at last drivers.

  • @TechDunk
    @TechDunk Рік тому +2

    I know for Unity games that will come out in the next few years (if they use the latest version or update the engine), dx12 will get a measurable performance boost and is as fast or faster in most cases.
    So that's good news

  • @guilherme.comelli
    @guilherme.comelli Рік тому +1

    As video cards get better, the necessity to optimize gets lower. If the game is unplayable because the technology hasn't catch up yet, the devs will be FORCED to optimize well. Problem is with new powerful GPUs they really don't need to focus on optimization that much. Thet track is made considering the car, but in reality it should be the opposite. They will keep optimizing poorly to force you to buy new GPU's every 1-2 years, its like a gentlemans pact betwen manufacturers and developers.

  • @kohler7277
    @kohler7277 10 місяців тому +1

    I think there is a problem today and that problem is the internet. Lets go back. Way back. NES games came out finished with a quality seal. They were finished because there was no way to fix it if it wasn't finished when it released. Fast forward to today. Games now come out half assed. Not finished and missing features. Here is were the internet is a problem. We can make and sale a unfinished game and just make a patch to fix it later. Cyber punk is a really good example of this. The game was finished something like a year after it released. Also now days everyone wants games optimized. Thinking back old games that came out many many moons ago were not really optimized either. You had to play with the setting a little to get the best performance on your rig. That was due to the fact that PC aren't like console. Everyone has different hardware. So some setting that work well for you isn't going to work well for others. People tend to take as many shortcuts as posable now. That too is a issue and it shows in most games. Games production have gone from quality to how fast can we make this.

  • @Electrical010
    @Electrical010 Рік тому +1

    So basically games suck because of the API? For fuck sake.

  • @a1inthehouse174
    @a1inthehouse174 Рік тому +1

    Since Vulkan is "open-sourced like" GPU API, it helps Steam and other developers to release any games outside Microsoft's OS. In performance, I believe it's not that bad. Even in Linux-based operating systems, several games are smoother to play.

  • @shakkaka12435924
    @shakkaka12435924 Рік тому

    Good info and all but damn ! Slappin with that music at the end ! Damn bro lets go

  • @hazeman671
    @hazeman671 Рік тому +1

    Interesting, for me, RDR2 hands down runs better with Vulkan. Having the option to switch your API and test which works best for your system is what games need to include at this point.

  • @grumpyoldwizard
    @grumpyoldwizard 9 місяців тому

    This is a great channel. Subbed. Thank you.

  • @astroxxie
    @astroxxie 10 місяців тому +1

    yeah, but I don't want that my game looked like shit when I have 3060 ti

  • @Shadow__133
    @Shadow__133 Рік тому +1

    DLSS and other "upscalers" ruined performance.
    Games won't run without it and run like a potato with it 🥔

  • @Ryukaschien
    @Ryukaschien Рік тому

    As I watched this video, while the information was all the more worthwhile, I started to get distracted (or rather attracted) to the possible Pokemon Gym music in the background... or was it just me? Lol. Good use of it!

  • @benitocamela3502
    @benitocamela3502 Рік тому +1

    FPS difference is the reason why i stopped playing online shooters months ago.
    Online games haver never been more pay to win than now.

  • @eiknxdux8261
    @eiknxdux8261 Рік тому +1

    Faster is not better. Clearly Vulcan has better 0.1% lows @ 9:30 which translates to smoother experience, where DX12 shows massive lag spikes in frametimes.