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
89 stars 9 forks source link

GPU readback #24

Closed 4lex4nder closed 10 months ago

4lex4nder commented 10 months ago

Re-addition of the GPU read out to grab constant buffer content. Previously this was removed in favor of memcpy hooking as a general purpose solution. However, since then, the memcpy method has proven to be too unreliable since some games use custom data copy methods.