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

render to separate buffer than blocking #24

Open FieryAery opened 4 months ago

FieryAery commented 4 months ago

Hi, please consider adding a feature to render the marked shader in a different buffer rather than blocking it. It can be useful to mitigate UI problem. Later that buffer can be referenced in reshade shader for example to easily lerp between UI and the rest using that buffer.