A generic post-processing injector for games and video software

ReShade

ReShade 6.3.2

  -  3.41 MB  -  Open Source
  • Latest Version

    ReShade 6.3.3

  • Operating System

    Windows 7 / Windows 7 64 / Windows 8 / Windows 8 64 / Windows 10 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    ReShade Team / External Link

  • Filename

    ReShade_Setup_6.3.2.exe

  • MD5 Checksum

    231c97b531174f0a4eec209715f690ac

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of ReShade 6.3.2.


For those interested in downloading the most recent release of ReShade or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

  • ReShade 6.3.2 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    ReShade 6.3.2 Screenshot 1
  • ReShade 6.3.2 Screenshot 2
  • ReShade 6.3.2 Screenshot 3

What's new in this version:

- Changed texture loading to happen during effect creation (so that reloading a single effect only reloads textures belonging to it)

Fixed:
- ReShade FX compiler generation of bindings
- SPIR-V validation failing due to forward referenced IDs not being defined when debug info is enabled
- Vulkan validation error about memory model device scope not being enabled
- missing compile errors when an effect is reloaded from cache
- missing default color space on D3D11/12 swap chains

- (Add-on support) Added "AddonInit" and "AddonUninit" calls for externally registered add-ons
- (Add-on support) Added support for add-ons to display a website and issues page (via "WEBSITE" and "ISSUES" DLL exports)
- (Add-on support) Fixed file name unicode conversion in "effect_runtime" API
- (Add-on support) Fixed mismatch in "ImGuiIO" structure with add-ons