4lex4nder / ReshadeEffectShaderToggler

Reshade 5+ addin to apply Reshade effects to render targets of shader groups based on a key press. It allows you to configure these groups from within the addin as well.
MIT License
110 stars 10 forks source link

removed namespace leakage and other minor changes #29

Closed sinomsinom closed 1 year ago

sinomsinom commented 1 year ago

Mainly making namespace usage more consistent and using structured bindings for readability

4lex4nder commented 1 year ago

Looks good, thanks a lot!