• @9point6
    link
    6
    edit-2
    11 months ago

    But this makes it much harder for devs when it comes to maintenance.

    Your source code is no longer the source of truth for what is running on user’s computers. Any bug report from someone running AMD hardware would suddenly require a load of extra effort to understand if it’s a game problem or something fucky with their monkey patching. Which if there’s any time pressure, means AMD bugfixes will be a lower priority because why spend a week trying to understand one bug when you can knock out a few simpler fixes that don’t involve that is-it-us-or-them step.

    If the libraries are integrated at source/build time, this is a non issue. They don’t often, but Nvidia got this one right.