protonscr

Add PROTON_NO_D3D12 runtime option

protonopen Feature Request
ValveSoftware/Proton#7942 · opened 2024-07-27 by GermanAizek · updated 2024-07-27 · 1 comments · github
1 matching comments, n / p to jump
GGermanAizek 2024-07-27 github

Feature Request

I confirm:

  • [x] that I haven't found another request for this feature.
  • [x] that I have checked whether there are updates for my system available that
    contain this feature already.

Description

Example exist flags:

| `nod3d11`             | `PROTON_NO_D3D11`                  | Disable `d3d11.dll`, for d3d11 games which can fall back to and run better with d3d9. |
| `nod3d10`             | `PROTON_NO_D3D10`                  | Disable `d3d10.dll` and `dxgi.dll`, for d3d10 games which can fall back to and run better with d3d9. |

Need to add PROTON_NO_D3D12 flag, there are already games that run in dx12 (or dxr demos) render by default.

Kkisak-valve maintainer 2024-07-27 github

Hello @GermanAizek, the compat string side of this request is internal to Proton and not user-facing, so I've adjusted this request to focus on the runtime option.

Launch options

DLLs