FransBouma / ShaderToggler

Reshade 5+ addin to toggle shaders on/off in groups based on a key press. It allows you to configure these groups from within the addin as well.
MIT License
100 stars 28 forks source link

DXVK Support #27

Closed G4Alves closed 1 week ago

G4Alves commented 1 week ago

Many reshade shaders do not work in d3d9, the most efficient way to use it is dxvk, older games suffer from exaggerated bloom and other horrible shaders that can be disabled with shadertoggler, but using dxvk it is impossible, I wanted to know if there is any way to use shadertoggler with dxvk

FransBouma commented 1 week ago

I target the Reshade API, so any shader that's created through reshade is interceptable but through reshade. I'm not targeting a direct API, so if dxvk uses a different route then it's not supported (nor can it be supported)