Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "ReShade"

From PCGamingWiki, the wiki about fixing PC games
m (→‎[[ReShade]] breaks Nvidia [[SGSSAA]]: General maintenance with AutoWikiBrowser in Bot mode)
Line 1: Line 1:
{{Infobox software
+
dates=  
|cover        = ReShade icon.png
+
{{Infobox game/row/date|Windows|August 7, 2015|ref=<ref>{{Refurl|url=https://reshade.me/forum/releases/989-1-0|title=ReShade Forum - Releases - 1.0|date=2020-01-25}}
|developers  =
 
{{Infobox game/row/developer|crosire}}
 
{{Infobox game/row/developer|Community}}
 
|release dates=  
 
{{Infobox game/row/date|Windows|August 7, 2015|ref=<ref>{{Refurl|url=https://reshade.me/forum/releases/989-1-0|title=ReShade Forum - Releases - 1.0|date=2020-01-25}}</ref>}}
 
|steam appid  =
 
|steam appid side =
 
|license      = freeware
 
}}{{Tocbox}}
 
 
 
'''Key points'''
 
{{ii}} ReShade is a generic post-processing injector for games and video software.
 
{{++}} Capable of extracting the depth buffer of most games, allowing for depth-based effects like ambient occlusion, depth of field, etc.
 
{{++}} Active community of shader and preset developers.
 
{{++}} Open source since 2017, with a healthy development cycle and feedback from the community.
 
 
 
'''General information'''
 
{{mm}} [https://reshade.me/ Official website]
 
{{mm}} [https://reshade.me/forum Official forum]
 
{{mm}} [https://github.com/crosire/reshade Official repository]
 
{{mm}} [https://discord.gg/YYxZkd5 Official Discord]
 
 
 
==Availability==
 
{{Availability|
 
{{Availability/row| official | https://reshade.me/ | DRM-Free |  |  | Windows }}
 
}}
 
 
 
==Installation==
 
{{Fixbox|description=Use the setup tool|fix=
 
# Download and run the latest version available from the [https://reshade.me/#download official website].
 
# Follow the instructions to install ReShade for a game of your choice. Refer to the game-specific articles here on PCGW for details on what API a game make use of.
 
# Launch the game and use {{Key|Home}} to access the in-game ReShade GUI.
 
}}
 
 
 
==Uninstallation==
 
{{Fixbox|description=Use the setup tool again|fix=
 
# Launch the same setup tool used to install
 
# Select your game executable, like during the installation
 
# After choosing the API, the setup will ask you to overwrite or uninstall ReShade for that game. Choose to uninstall.
 
}}
 
 
 
==Common fixes==
 
===DirectX 8 games===
 
{{ii}} ReShade removed built-in support for DirectX 8 with version 3.0.0,<ref name="d3d8-drop">{{Refurl|url=https://reshade.me/forum/releases/2341-3-0|title=ReShade 3.0.0 Changelog|date=2020-01-26}}</ref> meaning a {{abbr|wrapper|A 'wrapper' is a program that translates calls to an API to another.}} is required to use any versions above with games that use the API.
 
 
 
{{Fixbox|description=Use d3d8to9<ref name="d3d8-drop"/>|fix=
 
# Download the latest release of {{code|d3d8.dll}} from the [https://github.com/crosire/d3d8to9/releases downloads page].
 
# Place the downloaded file in the same folder where the executable of the game is located.
 
# Setup ReShade for DirectX 9.
 
 
 
{{++}} d3d8to9 is made by the same developers of ReShade and is the official way to use DirectX 8 games with it.
 
{{ii}} If you have already installed ReShade in the game, but not for DirectX 9, you may simply rename {{code|dxgi.dll}} or {{code|opengl32.dll}} to {{code|d3d9.dll}}.
 
}}
 
 
 
{{Fixbox|description=Use dgVoodoo 2<ref name="d3d8-drop"/>|fix=
 
# Follow the instructions for installing dgVoodoo 2 for [[DgVoodoo 2#DirectX 1-8|DirectX 1-8]].
 
# Setup ReShade for DirectX 10+.
 
 
 
{{++}} The dgVoodoo 2 Control Panel ({{code|dgVoodooCpl.exe}}) can be used to enhance the graphics of the game further than the capabilities of ReShade, e.g. windowed mode, anisotropic filtering, vsync, phong shading etc.
 
{{ii}} [[dgVoodoo 2]] covers the program and its features in more detail.
 
{{ii}} If you have already installed ReShade for the game, but not for DirectX 10+, you may simply rename {{code|d3d9.dll}} or {{code|opengl32.dll}} to {{code|dxgi.dll}}.
 
}}
 
 
 
===DirectX 1-7 games===
 
{{ii}} See instructions for wrapping [[#DirectX 8 games|DirectX 8 games]] with dgVoodoo 2.
 
 
 
===DirectDraw games===
 
{{ii}} See instructions for wrapping [[#DirectX 8 games|DirectX 8 games]] with dgVoodoo 2.
 
 
 
===Glide games===
 
{{ii}} See instructions for wrapping [[#DirectX 8 games|DirectX 8 games]] with dgVoodoo 2.
 
 
 
===Vulkan===
 
{{ii}} Unlike other APIs, Vulkan cannot be injected into using a DLL file.
 
{{ii}} The ReShade setup tool can act as a Vulkan injector on its own.
 
{{ii}} ReShade can install itself as a [https://gpuopen.com/learn/using-the-vulkan-validation-layers/ Vulkan layer] and automatically inject into any application that uses Vulkan. This is done by creating a registry key, so administration privilege is necessary.
 
{{ii}} When global Vulkan injection is enabled, the ReShade setup tool creates copies of the ReShade DLL files at {{code|C:\ProgramData\ReShade}}. These files can be renamed, removed or moved to effectively disable global Vulkan injection.
 
 
 
{{Fixbox|description=Use the setup tool for temporary injection|fix=
 
# Open the setup tool ({{code|ReShade_Setup_X.Y.Z.exe}}, where {{code|X.Y.Z}} is the version number).
 
# Select the game you want to inject into.
 
# Simply keep the tool open and launch the game, ReShade should be injected into the game.
 
}}
 
 
 
{{Fixbox|description=Use the setup tool to enable or disable global injection|fix=
 
# Open the setup tool ({{code|ReShade_Setup_X.Y.Z.exe}}, where {{code|X.Y.Z}} is the version number).
 
# Click on the "enable/disable ReShade in Vulkan globally" button.
 
# Click yes if a security prompt pops up.
 
# A checkbox will appear in place of the button, tick it to enable global injection or untick to disable.
 
 
 
{{--}} Having global Vulkan injection enabled may be undesirable as it may cause ReShade to load unexpectedly in any application that uses Vulkan, including non-game programs like [[LibreOffice]].
 
}}
 
 
 
{{Fixbox|description=Disable global injection temporarily by removing or renaming files|fix=
 
# Open the file explorer and navigate to {{code|C:\ProgramData\ReShade}}. The {{code|ProgramData}} folder is hidden by default.
 
# Remove, rename or move the {{code|ReShade32.dll}} and {{code|ReShade64.dll}} files.
 
 
 
{{--}} This should not be done for permanently disabling global Vulkan injection, use the setup tool to disable it in that case so that it'll remove the registry keys so that Vulkan does not try to load files that don't exist.
 
{{ii}} If you lose the files by accident, you can simply run the setup tool again and re-enable global Vulkan injection to create new copies, or to properly remove the Vulkan layer.
 
}}
 
 
 
===UWP Games===
 
{{ii}}This method uses an external injector that may cause some anti-cheat software to be triggered, so use at your own risk.
 
{{ii}}This will not work for every UWP game, and it will probably cause instability and crashes.
 
{{ii}}You will need the right version of the injector for it to work correctly; here is the [https://reshade.me/downloads/inject32.exe x32] and [https://reshade.me/downloads/inject64.exe x64] versions of the injector and the [https://github.com/crosire/reshade/blob/main/tools/injector.cpp source code] if you want to compile it for yourself.
 
{{Fixbox|description=How to inject ReShade into an UWP game|fix=
 
# Place the Injector and the ReShade dll in a folder on your desktop or drive (eg:ReShadeUWP).
 
# Start the game you would like to use ReShade in.
 
# Open Task Manager and check the process name used by the game (eg: {{code|MoonMan-Win64-Shipping.exe}} for Deliver Us The Moon).
 
# Close the game.
 
# Navigate to the folder where the UWP Injector resides and open a command prompt(you can write {{code|cmd}} in the address bar and it will open a command prompt there).
 
# Type {{code|inject.exe name_of_the_process.exe}}
 
# Start the game.
 
}}
 
 
 
If you want to create a script to automate the process or just get some more advanced tips, you can follow this [https://framedsc.github.io/ReshadeGuides/reshadeuwp.htm guide].
 
 
 
===[[ReShade]] breaks Nvidia [[SGSSAA]]===
 
 
 
{{ii}} By default, [[ReShade]] comes with a "Generic Depth" add-on that enables access to the depth buffer in games, allowing for shaders which make use of it to work. This add-on breaks [[SGSSAA]]. The add-on can then be disabled to avoid the issue or kept enabled but requiring the [[SGSSAA]] flag in [[Nvidia Profile Inspector]] to be modified, although not without side effects.
 
 
 
{{Fixbox|description=Disable the "Generic Depth" add-on in [[ReShade]]<ref>[https://forums.guru3d.com/threads/nvidia-anti-aliasing-guide-updated.357956/page-256#post-6057228 NVidia Anti-Aliasing Guide (updated)]</ref>|fix=
 
With the [[ReShade]] overlay open in-game, go in the "Add-ons" tab and disable the "Generic Depth" plugin, then restart the game for it to take effect.
 
{{ii}} Having the "Generic Depth" add-on disabled stops [[ReShade]] from having access to the depth buffer, but [[ReShade]] will work without requiring the [[SGSSAA]] flags to be modified, and each shader applied won't induce any additional blur.
 
}}
 
 
 
{{Fixbox|description=Add a ''4'' to the 3rd position of the compatibility flag ("depth bit") in [[Nvidia Profile Inspector]]<ref>[https://docs.google.com/spreadsheets/d/1ekUZsK2YXgd5XjjH1M7QkHIQgKO_i4bHCUdPeAd6OCo/pub# NVIDIA GeForce Anti-Aliasing Compatibility Flags]</ref>|fix=
 
For example, flag <code>0x080000C1</code> (common flag for [[Engine:Unreal Engine 3|Unreal Engine 3]] games) becomes <code>0x08'''4'''000C1</code>.
 
{{ii}} Having the "Generic Depth" add-on enabled allows [[ReShade]] to keep access to the depth buffer.
 
{{ii}} Each shader applied with [[ReShade]] while using [[SGSSAA]] with the "Generic Depth" add-on enabled and the required depth bit added to the [[SGSSAA]] flag induces additional blur to the image. This is likely due to [[SGSSAA]] being applied after every pass. [[OGSSAA]] avoids that issue and can be used instead, but is of lower quality than [[SGSSAA]]. Another alternative is to use [[SweetFX]] instead of [[ReShade]], as it does not suffer from that issue.
 
{{ii}} DirectX 8 and earlier games don't usually need AA compatibility flags, but using [[#DirectX 8 games|d3d8to9]] wrapper will require one. The flags <code>0x004000C1</code> and <code>0x00400041</code> may restore AA compatibility.<ref>[https://forums.guru3d.com/threads/nvidia-anti-aliasing-guide-updated.357956/page-222#post-5738262 NVidia Anti-Aliasing Guide - Page 22, comment #4437]</ref> For dgVoodoo2, [[MSAA]] has to be enabled in the included settings app and the ''enhance'' mode used instead as anti-aliasing is not overridable on DirectX 10+.<ref>[https://forums.guru3d.com/threads/nvidia-anti-aliasing-guide-updated.357956/page-240#post-5875468 NVidia Anti-Aliasing Guide - Page 240, comment #4782]</ref>
 
}}
 
 
 
==List of known shader repositories==
 
{{ii}} Although reshade-shaders is the official shader repository, shaders can be downloaded from anywhere.
 
{| class="page-normaltable pcgwikitable sortable mw-collapsible"
 
|-
 
! style="width: 250px" | Repository !! style="width: 200px" | Author !! style="width: 400px" | Additional Notes
 
|-
 
| [https://github.com/crosire/reshade-shaders reshade-shaders] || crosire + community || Official shader repository.<br/>Required for most shaders, should be installed automatically by the setup tool.
 
|-
 
| [https://github.com/CeeJayDK/SweetFX SweetFX] || CeeJay.dk || The original shader suite that ReShade was created to support.<br/>Home of many useful effects like SMAA, FXAA, LumaSharpen and CAS, as well as many ports of effects from the SweetFX injector.
 
|-
 
| [https://github.com/martymcmodding/qUINT qUINT] || Marty McFly || The Marty McFly qUINT repository.<br/>Home of MXAO (ambient occlusion), Lightroom, Advanced DOF, DELCS (sharpening), Bloom and other utility shaders.
 
|-
 
| [https://github.com/FransBouma/OtisFX OtisFX] || Otis_Inf || Home of Cinematic DOF and other utility shaders.
 
|-
 
| [https://blueskydefender.github.io/AstrayFX/ AstrayFX] || BlueSkyDefender || Various anti-aliasing shaders and more (used to be part of Depth3D).<br/>Home of Smart Sharp, Temporal AA, NFAA, BloomingHDR and others.
 
|-
 
| [https://github.com/BlueSkyDefender/Depth3D Depth3D] || BlueSkyDefender || Lots of great utility shaders.<br/>Home of SuperDepth3D (adds 3D support on almost any game)
 
|-
 
| [https://github.com/Fubaxiusz/fubax-shaders fubax-shaders] || Fubax || Home of Perfect Perspective (fov correction/distortion), Chromakey, Filmic Anamorphic Sharpen, Reflection (matcap), VR and other filmic shaders like Prism and Letterbox.
 
|-
 
| [https://github.com/Daodan317081/reshade-shaders reshade-shaders (Daodan)] || Daodan || Home of the Comic, ColorIsolation, AspectRatioComposition, HotsamplingHelper and other shaders.
 
|-
 
| [https://github.com/brussell1/Shaders Shaders (brussell1)] || brussell1 || Home of Eye Adaptation and UI Detect shaders.
 
|-
 
| [https://github.com/luluco250/FXShaders FXShaders] || luluco250 || Home of a few bloom shaders like NeoBloom, MagicHDR and other utility shaders like AspectRatioSuite, ArtisticVignette, FlexibleCA, MinimalColorGrading and NormalMap.
 
|-
 
| [https://github.com/Heathen/Pirate-Shaders Pirate Shaders] || Heathen || Really neat lesser known shader repository.
 
|-
 
| [https://github.com/prod80/prod80-ReShade-Repository prod80 ReShade Repository] || prod80 || Home of many advanced color grading shaders + many photoshop-like ones.
 
|-
 
| [https://github.com/originalnicodr/CorgiFX Originalnicodr ReShade Repository] || Originalnicodr || Home of a few "enhanced" versions of known shaders.
 
|-
 
| [https://github.com/TheGordinho/MLUT MLUT ] || TheGordinho || A big collection of multi-LUT shaders.
 
|-
 
| [https://github.com/LordOfLunacy/Insane-Shaders Lord of Lunacy ReShade Repository ] || Lord of Lunacy || Home of some utility shaders such as Fog Removal.
 
|-
 
| [https://github.com/Matsilagi/RSRetroArch ReShade RetroArch Shaders ] || Matsilagi, luluco250, Marty McFly || Shaders ported from RetroArch to ReShade, home of many CRT shaders.
 
|-
 
| [https://github.com/ConstantineRudenko/Shaders/tree/master/reshade/Shaders Shaders (MadCake)] || MadCake || Contains alternative implementation of Ambient Occlusion and Tonemapping.
 
|-
 
| [https://github.com/LordKobra/CobraFX/tree/master CobraFX] || SirCobra || Shaders designed for in-game photography.
 
|-
 
| [https://github.com/Radegast-FFXIV/reshade-shaders Warp-FX] || Radegast || Fun and abstract effects like Swirl, Wave, Slit Scan, etc.
 
|-
 
| [https://github.com/retroluxfilm/reshade-vrtoolkit VRToolkit] || VRToolkit || The VRToolkit is a modular shader created for ReShade to enhance the clarity & sharpness in VR to get most out of your HMD while keeping the performance impact minimal.
 
|-
 
| [https://github.com/AlucardDH/dh-reshade-shaders dh-reshade-shaders] || AlucardDH || Abstract shaders and some utility aswell like unditter and uniformity correction.
 
|-
 
| [https://github.com/rj200/Glamarye_Fast_Effects_for_ReShade Glamayre Fast Effects] || rj200 || Faster versions of common post-processing (FXAA, AO, sharpen) plus Fake GI - a fast global illumination-like effect. For people who want some ReShade but haven't got the fastest machine.
 
|-
 
|}
 
===Known Issues===
 
{| class="page-normaltable pcgwikitable sortable mw-collapsible"
 
|-
 
! style="width: 250px" | Game !! style="width: 100px" | Render API !! style="width: 100px" | Issue !! style="width: 400px" | Workarounds !! style="width: 400px" | Additional Notes
 
|-
 
{{ii}} This list contains the known issues with reshade.
 
|-
 
|[[Gears 5]] || DX 12 || CTD || No known workaround. || Crashes at startup before loading shaders.
 
|-
 
|[[Metal Gear Solid V: Ground Zeroes]] || DX 10+ || CTD || Disable Overlays, use DXVK v1.8.1 + ReShade v4.9.1 + Keep the Game out of focus https://www.youtube.com/watch?v=HUaoUkiGtis  || Crashes at startup
 
|-
 
|}
 
 
 
==Game compatibility==
 
{{ii}} These lists may sometimes be out of date, check with the community Discord if you have problems with a specific game.
 
{{ii}} For online games it is recommended to always check with the game's community whether using ReShade can lead to bans, as some developers have been known to change their stance on ReShade '''without warning'''. Some uses have claimed to get ReShade working by using [https://www.mediafire.com/folder/8ar1jhh1809cl/ReShade_Repository a version older than 3.0] or ReShade's predecessor [https://sfx.thelazy.net/downloads/ SweetFX] due to them lacking an injectable settings overlay,<ref>{{Refsnip|url=https://www.youtube.com/watch?v=n7nDPFAnybk|title=Battlefield 4 Sweet FX Installation Tutorial - Free Download|date=2021-05-17|snippet=Also, THIS IS NOT BANNABLE, SweetFX versions with a Internal menu & crosshair settings are the versions that are bannable by punkbuster / BF4DB. NOT THIS.}}</ref> however the '''success rates will vary depending on the anticheat software used''' and should still be done '''at your own risk'''.
 
===Online games to avoid===
 
{{--}} These are games where using ReShade may get you banned or the game simply blocks it.
 
{| class="page-normaltable pcgwikitable sortable mw-collapsible"
 
|-
 
! style="width: 250px" | Game !! style="width: 100px" | Render API !! style="width: 100px" | Status !! style="width: 400px" | Additional Notes
 
|-
 
| [[ARK: Survival Evolved]] || Direct3D 10+ || <span style="color: #814600; font-weight: bold">Blocked</span> || ARK no longer allows mods. [[Nvidia Freestyle]] can be used as an alternative.
 
|-
 
| [[Call of Duty: Warzone]] || Direct3D 10+ || <span style="color: #ff0000; font-weight: bold">Banned</span> || The game will still boot but you have a very high risk of getting banned without warning <b> use it at your own risk<b>.
 
|-
 
| [[Counter-Strike: Global Offensive]] || Direct3D 9 || <span style="color: #ff0000; font-weight: bold">Caution</span> || Depth buffer is empty. Put files into {{File|\bin\}}.<br/>The game crashes itself if it detects a DLL being injected, it's very possible that using ReShade could lead to VAC bans.
 
|-
 
| [[Destiny 2]] || Direct3D 10+ || <span style="color: #ff0000; font-weight: bold">Banned</span> ||
 
|-
 
| [[Overwatch]] || Direct3D 10+ || <span style="color: #ff0000; font-weight: bold">Banned</span> ||
 
|-
 
| [[Playerunknown's Battlegrounds]] || Direct3D 10+ || <span style="color: #814600; font-weight: bold">Blocked</span> || PUBG does not allow Reshade. [[Nvidia Freestyle]] can be used as an alternative.
 
|-
 
| [[Roblox]] || Varies || <span style="color: #ff0000; font-weight: bold">Caution</span> || Usually runs under Direct3D 11, but also supports OpenGL, Direct3D 9 and Vulkan on Windows 10.<br/>Some users have reported getting banned for a few days when using ReShade with Roblox, others have claimed it works fine.<br/><strong>Use at your own risk.</strong>
 
|-
 
| [[Squad]] || Direct3D 10+ || <span style="color:#814600; font-weight: bold">Blocked</span> || Squad does not allow [[ReShade]] and [[Nvidia Freestyle]]. [https://gamepp.com/features.html GamePP] can be used as an alternative.
 
|-
 
| [[War Thunder]] || Direct3D 9/10+ || <span style="color: #ff0000; font-weight: bold">Banned</span> || The game will ban users which it detects have ReShade loaded '''without warning'''.<br/>[https://www.nvidia.com/en-us/geforce/news/nvidia-ansel-for-war-thunder-available-now/ Nvidia Ansel/FreeStyle may be used as an alternative.]
 
|-
 
|[[Dead or Alive 6]] || DX 11 || <span style="color: #ff0000; font-weight: bold">Caution</span> || Game will kick to desktop on startup.
 
|-
 
|[[SCP Secret Laboratory]] || Varies || <span style="color: #ff0000; font-weight: bold">Banned</span> || Forced injections will cause the game's anticheat will automaticity ban you for dll injection. It can also block it asking you to uninstall ReShade
 
|-
 
|}
 
 
 
===Compatibility list===
 
{| class="page-normaltable pcgwikitable sortable mw-collapsible"
 
|-
 
! style="width: 250px" | Game !! style="width: 100px" | Render API !! style="width: 100px" | Status !! style="width: 400px" | Additional Notes
 
|-
 
| [[18 Wheels of Steel: Across America]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows rearview mirrors.
 
|-
 
| [[18 Wheels of Steel: Extreme Trucker 2]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows rearview mirrors.
 
|-
 
| [[7 Days to Die]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Cannot be played when Easy Anti-Cheat is active.
 
|-
 
| [[7554: Glorious Memories Revived]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[8BitBoy]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[99 Levels to Hell]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[A Hat in Time]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[A New Beginning]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[A Story about My Uncle]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Aarklash Legacy]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Abyss Odyssey]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Abzû]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Screenshots are blank.
 
|-
 
| [[Ace Combat: Assault Horizon - Enhanced Edition]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Ace Combat 7]] || Direct3D 11 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Advent Rising]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Aer: Memories of Old]] || Direct3D 11, OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Agarest: Generations of War]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access, Zoomed Out?
 
|-
 
| [[Age of Conan: Unchained]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer partially shows UI.
 
|-
 
| [[Age of Mythology: Extended Edition]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Age of Wonders III]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Airship Dragoon]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Alan Wake]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Alan Wake's American Nightmare]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Alice: Madness Returns]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Alien Rage]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows FPS hands.
 
|-
 
| [[Alien: Isolation]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Aliens versus Predator]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows FPS hands.
 
|-
 
| [[Aliens vs. Predator (2010)]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Aliens: Colonial Marines]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Alpha Protocol]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Amid Evil]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Amnesia: A Machine for Pigs]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Amnesia: The Dark Descent]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Among the Sleep]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Among Us]] || Direct3D 10 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Angry Video Game Nerd Adventures]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Anna - Extended Edition]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Anodyne]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Anomaly Korea]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Anomaly: Warzone Earth]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Antisquad]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Apotheon]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Use an external injector for injecting ReShade into the process.
 
|-
 
| [[Aquaria]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[ArcheAge]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is flickering.
 
|-
 
| [[Aragami]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is Reversed and Upside Down.
 
|-
 
| [[Arx Libertatis (Arx Fatalis)]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Arma 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Arma 2: Operation Arrowhead]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Arma 3]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer flickering in FPS mode. Works fine in third person mode.
 
|-
 
| [[Armada Tanks]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Armored Hunter Gunhound EX]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Ascendant]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is flipped.
 
|-
 
| [[Assassin's Creed]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Assassin's Creed II]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Assassin's Creed III]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Assassin's Creed IV: Black Flag]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Enable {{Code|Copy depth buffers before clear operation}} for minimap.
 
|-
 
| [[Assassin's Creed Rogue]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable minimap in HUD options for depth buffer.
 
|-
 
| [[Assassin's Creed Syndicate]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a reversed logarithmic depth buffer.
 
|-
 
| [[Assassin's Creed Unity]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a reversed logarithmic depth buffer.
 
|-
 
| [[Assassin's Creed: Brotherhood]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Assassin's Creed: Revelations]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is missing some scene elements.
 
|-
 
| [[Assetto Corsa]] || Direct3D 11 ||  <span style="color: #10ab00; font-weight: bold;">Perfect</span> || Rename dxgi.dll to d3d11.dll.
 
|-
 
| [[Astebreed]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Avatar: The Game]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Avencast]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Avoid - Sensory Overload]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access?
 
|-
 
| [[Back to the Future: The Game]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer Access.
 
|-
 
| [[Ballance]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]]. Game must run in window mode, see {{File|{{p|HKLM}}\SOFTWARE\Wow6432Node\ballance\Settings}}
 
|-
 
| [[Ballpoint Universe: Infinite]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Banished]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Only 64bit executable works.
 
|-
 
| [[Bardbarian]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Create a {{File|Direct3D 9.log}} in the game folder manually before starting!
 
|-
 
| [[Batman: Arkham Asylum]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Enable {{Code|Copy depth buffers before clear operation}}
 
|-
 
| [[Batman: Arkham City]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Choose '''Direct3D 9''' during setup for best compatibility, even though game uses '''Direct3D 11'''.
 
|-
 
| [[Batman: Arkham Knight]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Batman: Arkham Origins]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Batman: Arkham Origins Blackgate]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[BattleBlock Theater]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Battlefield 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Battlefield 2142]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Battlefield 3]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Battlefield 4]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Battlefield Hardline]] (Beta) || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Battlefield: Bad Company 2]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows FPS hands.
 
|-
 
| [[Bayonetta]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[BeamNG Drive]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Beast Boxing Turbo]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Beatbuddy: Tale of the Guardians]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Bedlam (2015)|Bedlam]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Betrayer]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Beyond Good and Evil]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Binary Domain]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Bionic Commando]] || Direct3D 9  || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[BioShock]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[BioShock 2]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[BioShock 2 Remastered]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[BioShock Infinite]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only displays your weapon
 
|-
 
| [[bit Dungeon II]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Create a {{File|Direct3D 9.log}} in the game folder manually before starting!
 
|-
 
| [[BIT.TRIP RUNNER]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Black Desert Online]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Black Future '88]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Blackguards]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Blackguards 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Black Mesa]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || No depth buffer on your weapon
 
|-
 
| [[Blades of Time]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Blasphemous]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[BlazeRush]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Blitzkrieg 2: Fall Of The Reich]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Blockland]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Blocks That Matter]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access. Put files into {{File|\bin\}}
 
|-
 
| [[Blood Knights]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Blood of the Werewolf]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Blood Omen 2: Legacy of Kain]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[BloodRayne]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]]. Select '''Direct3D 10+''' during installation.
 
|-
 
| [[BloodRayne 2]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Bluestacks]] (Android emulator) || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Borderlands 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Borderlands: The Pre-Sequel]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Bound by Flame]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Brawlhalla]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Broken Age]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Broken Sword 3: The Sleeping Dragon]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Brothers: A Tale of Two Sons]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Brütal Legend]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Bulletstorm]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows FPS hands.
 
|-
 
| [[Bulletstorm: Full Clip Edition]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Burnout Paradise]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Cthulhu: Dark Corners of the Earth]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Duty]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer access works with driver MSAA.
 
|-
 
| [[Call of Duty 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Need to fix the game executable with this tool (drag'n'drop {{File|CoD2SP_s.exe}} on it): [https://reshade.me/downloads/stack-size-fix.exe stack-size-fix.exe]
 
|-
 
| [[Call of Duty: Advanced Warfare]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Duty: Black Ops]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Duty: Black Ops II]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[Call of Duty: Ghosts]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[Call of Duty: Modern Warfare]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Duty: Modern Warfare 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Duty: Modern Warfare 3]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer access works with in-game MSAA.
 
|-
 
| [[Call of Duty: World at War]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Juarez: Bound in Blood]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Call of Juarez: Gunslinger]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Cars]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth Buffer Access, but only in cutscenes.
 
|-
 
| [[Cars Mater-National Championship]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Castle Flipper]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Castle Crashers]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Castle of Illusion]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Castlevania: Lords of Shadow]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Castlevania: Lords of Shadow - Mirror of Fate HD]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Castlevania: Lords of Shadow 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Cat Goes Fishing]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Chaos Legion]] || Direct3D 8 || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectX 8 games|DirectX 8 games]]. Depth buffer is empty.
 
|-
 
| [[Chaos on Deponia]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Chicken Little]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Chivalry: Medieval Warfare]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Choplifter HD]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Chrome]] || Direct3D 8 || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectX 8 games|DirectX 8 games]]. Partial depth buffer access.
 
|-
 
| [[Cities: Skylines]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Screen is black while game loads and during FMV, works normally ingame, no depth buffer access.
 
|-
 
| [[Clive Barker's Jericho]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Clive Barker's Undying]] || DirectDraw || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectDraw games|DirectDraw games]].
 
|-
 
| [[Comanche 4]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Combat Mission: Shock Force]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Command & Conquer: Generals]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Condemned: Criminal Origins]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty in some areas of the game.
 
|-
 
| [[Contrast]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Costume Quest]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Costume Quest 2]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crash Time 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crashday]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crazy Taxi]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[CreaVures]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Crimzon Clover: World Ignition]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Crossout]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crysis]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crysis 3]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Crysis Warhead]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Cube 2: Sauerbraten]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Cyberpunk 2077]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is really funky: sometimes glitchy, sometimes no access.
 
|-
 
| [[Dark]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Unable to toggle Shaders On/Off.
 
|-
 
| [[Dark Souls II]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dark Souls: Prepare to Die Edition]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dark Void Zero]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access. Zoomed Out?
 
|-
 
| [[Darksiders]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Darksiders II]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Daylight]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Dead Effect]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Dead Island]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dead Island: Epidemic]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only works in mainmenu, depth buffer is flipped.
 
|-
 
| [[Dead or Alive 5 Last Round]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a logarithmic depth buffer, disable SSAA for access.
 
|-
 
| [[Death Stranding]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer reversed, A small amount of shaders don't work.
 
|-
 
| [[Dead Rising 3]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Dead Rising Remastered]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dead Space]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dead Space 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dead Space 3]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[DeadCore]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Deadfall Adventures]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer partially appears, DOF still works.
 
|-
 
| [[Deadlight]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Deadly Premonition]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Deadpool]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dear Esther]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || No depth buffer access. Put files into {{File|\Bin\}} folder. Disable MSAA and type {{Code|r_drawvgui 0}} into the console to disable the UI for depth buffer access to work.
 
|-
 
| [[Delver]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || By using javaw.exe in \jre-x64-windows\bin (replaced by minecraft THIRD PARTY)
 
|-
 
| [[Demonicon]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Depth Hunter 2: Deep Dive]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[DeSmuME X432R]] (Nintendo DS emulator) || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access. Change display method to Direct3D.
 
|-
 
| [[Deus Ex]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only shows FPS hands in-game, cutscenes have full depth.
 
|-
 
| [[Deus Ex: Human Revolution - Director's Cut]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[Deus Ex: Invisible War]] || Direct3D 8 || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectX 8 games|DirectX 8 games]]. Depth buffer is empty.
 
|-
 
| [[Deus Ex: Mankind Divided]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Install ReShade as {{File|d3d11.dll}} and use Win7 compatibility mode. On Win7 use NVIDIA driver 376.33.
 
|-
 
| [[Devil May Cry]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Devil May Cry 3: Dante's Awakening]] (Special Edition) || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Devil May Cry 4]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Diablo III]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[DiRT 3]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Trees are missing from depth buffer. Depth buffer does not work in local splitscreen mode.
 
|-
 
| [[DiRT Showdown]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dirty Bomb]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Disciples III: Reincarnation]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer sometimes flipped?
 
|-
 
| [[Dishonored]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only contains player character.
 
|-
 
| [[Divinity II: The Dragon Knight Saga]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable ingame HDR to access depth buffer.
 
|-
 
| [[Divinity: Dragon Commander]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Divinity: Original Sin]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Dollar Dash]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Dolphin]] (GameCube/Wii emulator) || Direct3D 10+, OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer access works for some titles.
 
|-
 
| [[Don't Starve]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Don't Starve Together]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Doom (1993)]] (GZDoom) || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Doom (2016)]] || OpenGL, Vulkan || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Doom 3: BFG Edition]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dota 2]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Double Dragon IV]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Double Dragon Neon]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Double Dragon Trilogy]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Double Dragon Trilogy]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Dragon Age II]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable DOF for depth buffer access.
 
|-
 
| [[Dragon Age: Inquisition]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dragon Age: Origins]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dragon Ball Xenoverse]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dragon Quest Heroes]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Gamma correction issues?
 
|-
 
| [[Dragon's Dogma: Dark Arisen]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Drakensang]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Driv3r]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Driver: Parallel Lines]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable MSAA for depth buffer access.
 
|-
 
| [[DuckTales: Remastered]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is missing character models.
 
|-
 
| [[Dungeon of the Endless]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dungeon Siege II]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer access only in menu.
 
|-
 
| [[Dungeonland]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Dungeons & Dragons HD]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[Dust: An Elysian Tail]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Dying Light]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a logarithmic depth buffer.
 
|-
 
| [[Dynamite Jack]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Dynasty Warriors 7 with Xtreme Legends]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer cause glitches in splitscreen coop.
 
|-
 
| [[Dynasty Warriors 8: Xtreme Legends]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[E.Y.E: Divine Cybermancy]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access. Put files into {{File|\bin\}}
 
|-
 
| [[Eador: Masters of the Broken World]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Earth & Beyond]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Eldritch]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Electronic Super Joy]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Electronic Super Joy: Groove City]] || OpenGl32 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Enclave]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Enslaved: Odyssey to the West]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Epic Mickey 2: The Power of Two]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[ePSXe]] (PlayStation emulator) || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Use Pete's OpenGL 1.77.
 
|-
 
| [[Ethan: Meteor Hunter]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Etherborn]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Ether Vapor Remaster]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Eufloria HD]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Everspace]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is reversed. The correct exe and install path is found in EVERSPACE\RSG\Binaries\Win64 for the 64 client - the 32bit client is in EVERSPACE\RSG\Binaries\Win32.
 
|-
 
| [[Euro Truck Simulator 2]] || Direct3D 9, OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is upside down in D3D9.
 
|-
 
| [[F.E.A.R.]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable AA and Enable Copy depth buffers before clear operation.
 
|-
 
| [[F.E.A.R. 2]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[F.E.A.R. 3]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Fable Anniversary]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Fable III]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer flickers.
 
|-
 
| [[Fable: The Lost Chapters]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Fallout 2]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Use [https://sourceforge.net/projects/sfall/ sFall] with graphics mode set to 4 or 5 for DirectX 9 support. In-game ReShade menu does not work correctly: the mouse cursor does not respond and neither do most keys. The printscreen key works sporadically, scroll and num lock keys always work. Setup ReShade for another game with the settings you want and then copy the generated preset to the game.
 
|-
 
| [[Fallout 3]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Fallout 4]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Fallout: New Vegas]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer sometimes only shows FPS hands.
 
|-
 
| [[Fallout: Van Buren]] || Direct3D 8 || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectX 8 games|DirectX 8 games]], Poor depth buffer functionality.
 
|-
 
| [[Far Cry]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer access only works properly with certain renderers.
 
|-
 
| [[Far Cry 2]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty because game clears it before presenting.
 
|-
 
| [[Far Cry 3]] || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Run game in Dx9 mode for depth buffer access.
 
|-
 
| [[Far Cry 3: Blood Dragon]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Gamma correction problems.
 
|-
 
| [[Far Cry 4]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Far Cry 5]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Set {{Code|1=RESHADE_DEPTH_INPUT_IS_REVERSED=1}} and {{Code|Copy depth before clearing}}
 
|-
 
| [[Farming Simulator 15]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Gamma correction problems.
 
|-
 
| [[Final Fantasy III]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Final Fantasy IV]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Final Fantasy VII]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Final Fantasy VIII]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Final Fantasy XIII]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Put files into {{File|\white_data\prog\win\bin\}}
 
|-
 
| [[Final Fantasy XIII-2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Put files into {{File|\alba_data\prog\win\bin\}}
 
|-
 
| [[Final Fantasy XIV]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Firewatch]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Fist of Awesome]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Fist of Jesus]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[FiveM]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Possible fixes:
 
Put files into <code>{{p|localappdata}}\FiveM</code>. Rename dxgi.dll to d3d10_1.dll or d3d11.dll . Try launching FiveM through Steam. Disable the Steam overlay
 
|-
 
| [[FlatOut 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Flower]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Ensure MSAA is disabled upon launching the game or else the depth buffer will flicker.<br/>This may require a relaunch, since the option to disable it is only available in the pause menu.
 
|-
 
| [[Freedom Force vs. The 3rd Reich]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Galaxy on Fire 2 Full HD]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Game of Thrones: A Telltale Games Series]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Gas Guzzlers Extreme]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Gas Guzzlers: Combat Carnage]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Gauntlet (2014)]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[Gears of War]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> ||
 
|-
 
| [[Gift]] || Direct3D 10+ || <span style="color: #ff0000; font-weight: bold">Broken</span> || Game refuses to startup. Even with DGVoodoo 2.
 
|-
 
| [[Gish]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Global Operations]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Goat Simulator]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Goodbye Deponia]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Google Earth]] || Direct3D 9/OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer flipped in D3D9. Put files into {{File|\alchemy\ogles2\}} or {{File|\alchemy\ogl\}}
 
|-
 
| [[Gothic 2]] || Direct3D 7 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 2-7 games|DirectX 2-7 games]] or use the DX11 mod.
 
|-
 
| [[Gothic 3]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Some objects are not displayed in depth buffer.
 
|-
 
| [[Grand Theft Auto III]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Grand Theft Auto IV]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Grand Theft Auto V]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a reversed logarithmic depth buffer, so depth linearization algorithm needs to be adjusted in shaders.
 
|-
 
| [[Grand Theft Auto: Episodes from Liberty City]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Grand Theft Auto: San Andreas]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Grand Theft Auto: Vice City]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Gravity Badgers]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Grey Goo]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[GRID 2]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Grim Dawn]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Grim Fandango Remastered]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
|[[Geometry Dash]] || Direct3D9+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Slight Performance Issues
 
|-.
 
| [[Ground Branch]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| Guacamelee! Gold Edition || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Guild Wars]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Guild Wars 2]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer only works when standing still. Doesn't work with ingame SSAA. Put files into {{File|\bin\}}
 
|-
 
| [[Gun]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Gun Metal]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Gun Monkeys]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[GundeadliGne]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Gundemonium Recollection]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Half Life 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Halo: Combat Evolved]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Halo: Combat Evolved]] (Custom Edition v1.10) || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Halo 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Halo 3]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hammerwatch]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Hard Reset]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Must enable FSAA for depth buffer access.
 
|-
 
| [[Harry Potter and the Chamber of Secrets]] || DirectDraw || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectDraw games|DirectDraw games]].
 
|-
 
| [[Hellblade: Senua's Sacrifice]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Screenshots do not work because game uses a 10bit back buffer.
 
|-
 
| [[Hellgate: Global]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hellgate: London]] (2007) || Direct3D 9/10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Rename dxgi.dll to d3d10.dll in DX10 mode.
 
|-
 
| [[Hero Siege]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Heroes of Might and Magic III - HD Edition]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Heroine's Quest: The Herald of Ragnarok]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Hitman 2]] (2018) || Direct3D 10+/12 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hitman 2: Silent Assassin]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Hitman 3: Contracts]] || Direct3D 8 || <span style="color: #bc7100; font-weight: bold">Major Issues</span> || See [[#DirectX 8 games|DirectX 8 games]]. Graphical glitches (black player models and worse).
 
|-
 
| [[Hitman: Blood Money]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hitman: Codename 47]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hitogata Happa]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Homefront]] || Direct3D 9/10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Homefront: The Revolution]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || 4K fix: Change desktop resolution to 4K before starting the game.
 
|-
 
| [[Homeworld Remastered Collection]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Put files into {{File|\Homeworld Remastered Collection\HomeworldRM\Bin\Release\}}
 
|-
 
| [[Hot Wheels Velocity X]] || Direct3D 8 || <span style="color: #bc7100; font-weight: bold">Major Issues</span> || See [[#DirectX 8 games|DirectX 8 games]], then add the following workaround for the texture issues to {{File|Reshade.ini}}: <br>
 
<pre>[OPENGL]
 
ReserveTextureNames=510
 
</pre>
 
|-
 
| [[Hot Wheels World Race]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Hotline Miami]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[How to Survive]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Humanity Asset]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Hydrophobia: Prophecy]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Alt+Tab crashes game.
 
|-
 
| [[Hyperdimension Neptunia Re;Birth 1]] || Direct3D 10+, OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[I Am Vegend - Zombiegeddon]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Icewind Dale: Enhanced Edition]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Ikaruga]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[IL-2 Sturmovik: Cliffs of Dover]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Imagine Me]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Insane 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Insurgency]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Ion Fury]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Iron Grip: Warlord]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Ittle Dew]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Jack Lumber]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Jade Empire]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Jagged Alliance: Back in Action]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Joe Danger]] || OpenGL || <span style="color: #bc7100; font-weight: bold">Major Issues</span> || ReShade is stuck in an infinite effect reloading loop.
 
|-
 
| [[Joe Danger 2: The Movie]] || OpenGL || <span style="color: #bc7100; font-weight: bold">Major Issues</span> || ReShade is stuck in an infinite effect reloading loop.
 
|-
 
| [[Joint Task Force]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Journey]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Just Cause 2]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Just Cause 3]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a logarithmic depth buffer.
 
|-
 
| [[Katana Zero]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Kerbal Space Program]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[KickBeat Steam Edition]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Kill the Bad Guy]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Killer Is Dead]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Killing Floor]] || Direct3D 9, OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || Partial depth buffer access.
 
|-
 
| [[King's Bounty: Warriors of the North]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Kingdom Rush]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Kingdoms of Amalur: Reckoning]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Knights of Pen and Paper +1 Edition]] || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[L.A. Noire]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Layers of Fear]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Depth buffer is flipped.
 
|-
 
| [[Left 4 Dead 2]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Disable MSAA in options for depth buffer access.
 
|-
 
| [[Legacy of Kain: Defiance]] || Direct3D 8 || <span style="color: #bdc62f; font-weight: bold">Good</span> || See [[#DirectX 8 games|DirectX 8 games]]. Depth buffer is empty.
 
|-
 
| [[Legend of Grimrock]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Lego Batman 2: DC Super Heroes]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Batman: The Videogame]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego City Undercover]] || Direct3D 10+ || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Harry Potter: Years 1-4]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Harry Potter: Years 5-7]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Indiana Jones 2: The Adventure Continues]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Indiana Jones: The Original Adventures]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Marvel Super Heroes]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego Star Wars III: The Clone Wars]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Lego The Lord of the Rings]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty, some UI items are displayed.
 
|-
 
| [[Life is Feudal]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Life Is Strange 2]] || Direct3D 11 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Life Is Strange]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer is empty.
 
|-
 
| [[Lili: Child of Geos]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || Depth buffer in-game is empty but works in main menu.
 
|-
 
| [[Limbo]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Lone Survivor]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Lords of the Fallen]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Lovely Planet]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Lucius]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Luftrausers]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Lunnye Devitsy]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[Luxor Evolved]] || Direct3D 9 || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
| [[M.U.G.E.N.]] v1.1a4 || OpenGL || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Mad Max]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Game uses a logarithmic depth buffer.
 
|-
 
| [[Mafia]] || Direct3D 8 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || See [[#DirectX 8 games|DirectX 8 games]].
 
|-
 
| [[Mafia II]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Mafia III]] || Direct3D 10+ || <span style="color: #10ab00; font-weight: bold">Perfect</span> ||
 
|-
 
| [[Magnetic By Nature]] || OpenGL || <span style="color: #bdc62f; font-weight: bold">Good</span> || No depth buffer access.
 
|-
 
 
| [[Manhunt]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Works with ThirteenAG's widescreen fix.
 
| [[Manhunt]] || Direct3D 9 || <span style="color: #10ab00; font-weight: bold">Perfect</span> || Works with ThirteenAG's widescreen fix.
 
|-
 
|-

Revision as of 23:05, 24 November 2022

dates= 

{{Infobox game/row/date|Windows|August 7, 2015|ref=Cite error: Closing </ref> missing for <ref> tag |- | Mass Effect 2 || Direct3D 9 || Good || Depth buffer is empty. |- | Mass Effect 3 || Direct3D 9 || Good || No depth buffer access. |- | Mass Effect: Andromeda || Direct3D 10+ || Good || Depth buffer is upside down. Screenshots are not working. |- | Master Reboot || Direct3D 9 || Good || No depth buffer access. |- | Max Payne || Direct3D 8 || Good || See DirectX 8 games. Depth buffer is empty. |- | Max Payne 2 || Direct3D 8 || Perfect || See DirectX 8 games. |- | Max Payne 3 || Direct3D 10+ || Perfect || |- | Max: The Curse of Brotherhood || OpenGL || Good || Depth buffer is flipped. |- | Medal of Honor (2010) || Direct3D 9 || Good || Depth buffer only shows FPS hand. |- | Medal of Honor: Allied Assault || OpenGL || Perfect || |- | Megabyte Punch || OpenGL || Perfect || |- | MegaRace 3 || Direct3D 8 || Perfect || See DirectX 8 games. |- | Meltdown || OpenGL || Good || Depth buffer is flipped. |- | Metal Gear Rising: Revengeance || Direct3D 9 || Perfect || |- | Metal Slug 3 || Direct3D 9 || Perfect || |- | Metal Slug Defense || OpenGL || Perfect || |- | Metal Slug X || Direct3D 9 || Perfect || |- | Metro 2033 Redux || Direct3D 10+ || Perfect || |- | Metro Exodus || Direct3D 10+ || Perfect || |- | Metro: Last Light || Direct3D 10+ || Perfect || |- | Micro Machines V4 || Direct3D 9 || Perfect || |- | Microsoft Flight Simulator X || Direct3D 9 || Perfect || |- | Middle-earth: Shadow of Mordor || Direct3D 10+ || Perfect || Game uses a logarithmic depth buffer. |- | Might & Magic Heroes VI || Direct3D 9 || Perfect || |- | Minecraft || OpenGL || Good || Depth buffer only shows UI. Put files into Java \bin\ directory. |- | Mini Motor Racing EVO || Direct3D 9, OpenGL || Good || No depth buffer access. |- | Mini Ninjas || Direct3D 9 || Good || No depth buffer access. |- | Mirror's Edge || Direct3D 9 || Good || MSAA must be disabled for depth buffer access. Intermittent depth buffer flickering. |- | Mortal Kombat Komplete Edition || Direct3D 9 || Perfect || |- | Mortal Kombat X || Direct3D 10+ || Perfect || |- | Mount & Blade: Warband || Direct3D 9 || Good || No depth buffer access. |- | Mount & Blade II: Bannerlord || Direct3D 10+ || Perfect || |- | Muffin Knight || OpenGL || Perfect || |- | Muri || Direct3D 8 || Good || See DirectX 8 games. No depth buffer access. |- | Naruto Shippuden: Ultimate Ninja Storm 3 Full Burst || Direct3D 9 || Perfect || |- | Naruto Shippuden: Ultimate Ninja Storm Revolution || Direct3D 9 || Perfect || |- | Naval War: Arctic Circle || Direct3D 9 || Good || No depth buffer access. |- | Need for Speed (2016) || Direct3D 10+ || Perfect || Use game in offline mode. |- | Need for Speed II (Special Edition) || Direct3D 9 || Perfect || |- | Need for Speed III: Hot Pursuit || Glide || Perfect || See Glide games. |- | Need for Speed: Carbon || Direct3D 9 || Perfect || |- | Need for Speed: Hot Pursuit || Direct3D 9 || Perfect || |- | Need for Speed: Hot Pursuit 2 || Direct3D 8 || Perfect || See DirectX 8 games. |- | Need for Speed: Most Wanted || Direct3D 9 || Perfect || |- | Need for Speed: Most Wanted (2012) || Direct3D 10+ || Perfect || |- | Need for Speed: Payback || Direct3D 10+ || Perfect || Use game in offline mode. |- | Need for Speed: Pro Street || Direct3D 9 || Perfect || |- | Need for Speed: Rivals || Direct3D 10+ || Perfect || |- | Need for Speed: Underground || Direct3D 9 || Perfect || |- | Need for Speed: Underground 2 || Direct3D 9 || Perfect || |- | Nestopia v1.46 (NES emulator) || Direct3D 9 || Good || No depth buffer access. |- | Neverwinter Nights || OpenGL || Good || Partial depth buffer access, UI displayed only. |- | Neverwinter Nights 2 || Direct3D 9 || Good || Partial depth buffer access, UI displayed only. |- | Neverwinter Nights: Enhanced Edition || OpenGL || Perfect || |- | Next Car Game || Direct3D 10+ || Perfect || |- | Nexus: The Jupiter Incident || Direct3D 9 || Perfect || |- | Nier: Automata || Direct3D 10+ || Perfect || |- | No Man's Sky || OpenGL || Perfect || |- | No More Room in Hell || Direct3D 9 || Perfect || Put files into \bin\ |- | No One Lives Forever || Direct3D 7 || Perfect || See DirectX 8 games. |- | No One Lives Forever 2 || Direct3D 8 || Perfect || See DirectX 8 games. |- | No One Lives Forever - Contract J.A.C.K. || Direct3D 8 || Perfect || See DirectX 8 games. |- | Nosferatu: The Wrath of Malachi || Direct3D 8 || Good || See DirectX 8 games. Depth buffer is empty. |- | Observer || Direct3D 10+ || Good || No depth buffer access. |- | Oddworld: New 'n' Tasty || Direct3D 9 || Good || No depth buffer access. |- | Oddworld: Stranger's Wrath || OpenGL || Perfect || Depth buffer is flipped. |- | OMSI 2: The Bus Simulator || Direct3D 9 || Good || Enabling Copy depth buffers before clear operation improves a lot depth buffer access(DXVK). |- | Oni || OpenGL || Perfect || |- | Onikira - Demon Killer || OpenGL || Perfect || |- | Ori and the Blind Forest || Direct3D 10+ || Good || No depth buffer access. |- | Outlast || Direct3D 9 || Perfect || Enable Copy depth buffers before clear operation |- | Outward || Direct3D 10+ || Perfect || |- | Overlord (2007) || Direct3D 9 || Perfect || |- | Painkiller: Hell & Damnation || Direct3D 9 || Good || No depth buffer access. |- | Payday 2 || Direct3D 9 || Good || No depth buffer access. |- | PCSX2 (PlayStation 2 emulator) || Direct3D 10+ || Good || No depth buffer access. |- | Penumbra: Black Plague || OpenGL || Perfect || |- | Penumbra: Overture || OpenGL || Perfect || |- | Phantasy Star Online 2 || Direct3D 9 || Major Issues || nProtect GameGuard Anti-Cheat kicks player. |- | Phantasy Star Online: Blue Burst || Direct3D 8 || Good || See DirectX 8 games. |- | Phantasy Star Universe: Ambition of the Illuminus || Direct3D 9 || Good || Depth buffer shows some UI elements only. |- | Phasmophobia || Direct3D 10+ || Good || No depth buffer access on multiplayer. |- | Pillars of Eternity || Direct3D 9 || Good || No depth buffer access. |- | PixelJunk Monsters Ultimate || Direct3D 9 || Good || Partial depth buffer access. |- | Plague Inc: Evolved || Direct3D 10+ || Good || Partial depth buffer access. |- | PlanetSide 2 || Direct3D 9 || Good || No depth buffer access. |- | Platoon || Direct3D 8 || Perfect || See DirectX 8 games. |- | Portal || Direct3D 9 || Good || No depth buffer access. Put files into \bin\ |- | Portal 2 || Direct3D 9 || Perfect || Disable antialiasing for depth buffer access. Put files into \bin\ |- | PPSSPP (PlayStation Portable emulator) || OpenGL || Good || |- | Prey || OpenGL || Good || No depth buffer access. |- | Prey (2017) || Direct3D 10+ || Perfect || |- | Prince of Persia (2008) || Direct3D 9 || Perfect || Cellshaded characters have no depth. |- | Prince of Persia: The Forgotten Sands || Direct3D 9 || Perfect || Depth buffer is missing some scene elements. |- | Prince of Persia: Warrior Within || Direct3D 9 || Perfect || Keys possibly don't work? |- | Pro Evolution Soccer 2015 || Direct3D 9 || Perfect || |- | Project CARS || Direct3D 10+ || Perfect || |- | Project Snowblind || Direct3D 9 || Perfect || |- | Prototype || Direct3D 9 || Perfect || |- | Prototype 2 || Direct3D 9 || Perfect || |- | Psychonauts || Direct3D 9 || Perfect || |- | Quake || OpenGL || Good || No depth buffer access. |- | Quake (GLQuake) || OpenGL || Perfect || |- | Quake 2 || OpenGL || Perfect || |- | Quake 3 || OpenGL || Perfect || |- | Quake 4 || OpenGL || Perfect || |- | R.U.S.E. || Direct3D 9 || Good || Depth buffer is empty. |- | Race Driver: Grid || Direct3D 9 || Perfect || |- | Race the Sun || OpenGL || Good || No depth buffer access. |- | RADical ROACH Deluxe Edition || Direct3D 9 || Good || No depth buffer access. |- | RAGE || OpenGL || Perfect || |- | RAGE 2 || Vulkan || Near Perfect || Depth buffer is reversed. Resolution Scaling must be turned either off or set to manual as Reshade cannot detect when the automatic setting changes the size of the depth buffer. If you set it to manual you must also scale the depth buffer in Reshade to compensate. |- | Ragnarok Online 2 || Direct3D 9 || Perfect || Install to \SHIPPING\ |- | RaiderZ || Direct3D 9 || Perfect || |- | Rayman Legends || Direct3D 9 || Perfect || Depth buffer is missing character models. |- | Re-Volt || OpenGL || Good || No depth buffer access. Image may be darkened. |- | Reaper - Tale of a Pale Swordsman || Direct3D 10+ || Good || No depth buffer access. |- | Red Faction || Direct3D 8 || Good || See DirectX 8 games. No depth buffer access. |- | Red Faction II || Direct3D 8 || Good || See DirectX 8 games. Partial depth buffer access. |- | Red Faction: Guerrilla Steam Edition || Direct3D 9 || Good || Game crashes in DX11 mode. |- | Red Orchestra 2 || Direct3D 9 || Perfect || May get detected by Punkbuster. |- | Remember Me || Direct3D 9 || Perfect || Enable supersampling for depth buffer access. |- | Resident Evil 4 Ultimate HD Edition || Direct3D 9 || Good || Depth buffer is empty. |- | Resident Evil 5 || Direct3D 9/10+ || Perfect || |- | Resident Evil 6 || Direct3D 9 || Good || Depth buffer is empty. |- | Resident Evil: Revelations || Direct3D 9 || Perfect || |- | Return to Castle Wolfenstein || OpenGL || Good || Partial depth buffer access. |- | Rift || Direct3D 9 || Good || |- | Rime || Direct3D 10+ || Perfect || |- | Rise of the Triad || Direct3D 9/10+ || Good || Partial depth buffer access. |- | Risen || Direct3D 9 || Perfect || |- | Risen 2 || Direct3D 9 || Perfect || |- | River City Ransom: Underground || Direct3D 9 || Good || No depth buffer access. |- | River City Super Sports Challenge: All Stars Special || OpenGL || Good || No depth buffer access. |- | Road Redemption || OpenGL || Perfect || Depth buffer is flipped. |- | Rogue Trooper || Direct3D 9 || Perfect || |- | Rune (Gold) || OpenGL || Perfect || |- | Rush for Glory || Direct3D 9 || Perfect || |- | Ryse: Son of Rome || Direct3D 10+ || Perfect || |- | S.T.A.L.K.E.R.: Call of Pripyat || Direct3D 9/10+ || Perfect || |- | S.T.A.L.K.E.R.: Clear Sky || Direct3D 9/10+ || Perfect || |- | S.T.A.L.K.E.R.: Lost Alpha || Direct3D 9/10+ || Perfect || |- | S.T.A.L.K.E.R.: Shadow of Chernobyl || Direct3D 9 || Perfect || |- | Sacred Citadel || Direct3D 9 || Perfect || |- | Saints Row 2 || Direct3D 9 || Perfect || |- | Saints Row IV || Direct3D 10+ || Perfect || |- | Saints Row: Gat out of Hell || Direct3D 10+ || Perfect || |- | Saints Row: The Third || Direct3D 9 || Perfect || |- | Satellite Reign || Direct3D 9 || Perfect || Depth buffer is upside down. |- | Savant - Ascent || Direct3D 9 || Good || Depth buffer is empty. |- | Scarface: The World Is Yours || Direct3D 9 || Good || Depth buffer is empty. |- | Scourge: Outbreak || Direct3D 9 || Good || Depth buffer is empty. |- | Second Life || OpenGL || Perfect || |- | Sébastien Loeb Rally EVO || Direct3D 10+ || Perfect || |- | Sega Bass Fishing (Steam) || Direct3D 9 || Good || No depth buffer access. |- | Sekiro: Shadows Die Twice || Direct3D 10+ || Perfect || |- | Serious Sam Fusion 2017 || Direct3D 12 || Perfect || No depth buffer on your weapon |- | Serious Sam 3: BFE || Direct3D 9 || Good || |- | Serious Sam HD: The First Encounter || Direct3D 9 || Good || Depth buffer shows only FPS hands and sky. |- | Serious Sam: The Second Encounter || OpenGL || Perfect || |- | Shadow Warrior (2013) || Direct3D 9 || Good || Must enable FSAA for depth buffer access. |- | Shadowgrounds Survivor || Direct3D 9 || Perfect || |- | Shadowrun Returns || OpenGL || Good || Partial depth buffer access: UI and Mouse shows. |- | Shadowrun: Dragonfall - Director's Cut || OpenGL || Perfect || Depth buffer is flipped. |- | Shelter || Direct3D 9 || Good || No depth buffer access. |- | Shelter 2 || OpenGL || Good || No depth buffer access. |- | Sherlock Holmes: Crimes & Punishments || Direct3D 9 || Good || Depth buffer is empty. |- | Silence of the Sleep || Direct3D 9 || Good || No depth buffer access. |- | Silent Hill 2: Director's Cut || Direct3D 8 || Perfect || See DirectX 8 games. |- | Silent Hill 3 || Direct3D 8 || Good || See DirectX 8 games. No depth buffer access. |- | Sim City || Direct3D 9 || Perfect || |- | Singularity || Direct3D 9 || Perfect || |- | Sky Force Anniversary || Direct3D 9 || Good || No depth buffer access. |- | Sleeping Dogs || Direct3D 10+ || Perfect || |- | Sleeping Dogs: Definitive Edition || Direct3D 10+ || Perfect || |- | Snes9x v1.53 (SNES emulator) || OpenGL || Good || No depth buffer access. |- | Sniper Elite 3 || Direct3D 9 || Perfect || |- | Sniper Ghost Warrior 2 || Direct3D 9/10+ || Perfect || |- | Sniper Ghost Warrior 3 || Direct3D 10+ || Perfect || |- | Snow || Direct3D 10+ || Perfect || |- | Snuggle Truck || OpenGL || Good || Depth buffer is empty. |- | SOL: Exodus || Direct3D 9 || Good || Partial depth buffer access. |- | Soldiers: Heroes of World War II || Direct3D 8 || Perfect || See DirectX 8 games. |- | Söldner: Secret Wars (Community Edition) || Direct3D 8 || Perfect || See DirectX 8 games. |- | Sonic Adventure || Direct3D 8 || Perfect || See DirectX 8 games. D3D9 included with SADX Mod Loader. |- | Sonic Adventure 2 || Direct3D 9 || Perfect || |- | Sonic Generations || Direct3D 9 || Perfect || |- | Sonic & SEGA All-Stars Racing || DirectX 9 || Perfect || Steam lacks online servers / achievements, does have remote play together. |- | Space Engineers || Direct3D 9 || Perfect || Put files into \Bin64\. Depth buffer access only works in D3D9 mode. |- | SpaceEngine || OpenGL || Perfect || No depth buffer access. |- | Spec Ops: The Line || Direct3D 9 || Good || Depth buffer is empty. |- | Spellforce - Platinum Edition || - || Good || Game needs special handling, see these instructions. |- | Spin Tires || Direct3D 9 || Perfect || |- | Splinter Cell: Chaos Theory || Direct3D 9 || Perfect || |- | Spore || Direct3D 9 || Good || Depth buffer sometimes disappears but reappears a few seconds later. |- | Star Citizen || Direct3D 10+ || Perfect || Depth buffer is logarithmic. |- | Star Wars Battlefront (2015) || Direct3D 10+ || Good || Depth access works randomly. |- | Star Wars Battlefront 2 || Direct3D 9 || Perfect || |- | Star Wars: Jedi Knight - Jedi Academy || OpenGL || Perfect || |- | Star Wars: Jedi Knight II - Jedi Outcast || OpenGL || Perfect || |- | Star Wars: Knights of the Old Republic || OpenGL || Perfect || |- | Star Wars: Republic Commando || Direct3D 8 || Good || See DirectX 8 games. No depth buffer access. |- | Star Wars: The Force Unleashed || Direct3D 9 || Good || No depth buffer access. |- | Star Wars: The Force Unleashed II || Direct3D 9 || Good || No depth buffer access. |- | Star Wars: The Old Republic || Direct3D 9 || Perfect || Install to \Star Wars-The Old Republic\swtor\retailclient\swtor.exe and select DX10/11/12 as the API. Set Anti-aliasing in the game to "Off" or "Medium" to get depth buffer access. |- | StarCraft II || Direct3D 9 || Perfect || Needs to be installed to \SC2\Versions\BaseXXXX, where BaseXXXX is the latest Base folder |- | Stasis || - || Good || Inject via external injector tool. |- | State of Decay: Year-One Survival Edition || Direct3D 9 || Perfect || |- | Steel Beasts Professional Personal Edition || Direct3D 9 || Perfect || |- | Stick It to the Man! || OpenGL || Perfect || Depth buffer is flipped. |- | Street Racing Syndicate || Direct3D 9 || Perfect || Disable MSAA for depth buffer access. |- | Strider || Direct3D 10+ || Perfect || |- | Stubbs the Zombie in Rebel Without a Pulse || Direct3D 8 || Perfect || Game uses a logarithmic depth buffer. See DirectX 8 games. |- | Super Toy Cars || OpenGL || Good || No depth buffer access. |- | Superbrothers: Sword & Sworcery EP || OpenGL || Perfect || 2D game - hence no depth buffer |- | Superhot || OpenGL || Perfect || Depth buffer is flipped. |- | Syndicate || Direct3D 9 || Perfect || |- | Synthetik || Direct3D 11 || Perfect || |- | System Shock 2 || Direct3D 9 || Good || Depth buffer is partly cleared when weapon is holstered. |- | Tales from the Borderlands || Direct3D 9 || Good || No depth buffer access. |- | Tales of Berseria || Direct3D 9 || Perfect || |- | Tales of Monkey Island || Direct3D 9 || Good || No depth buffer access. |- | Team Fortress 2 || Direct3D 9 || Perfect || Put files into \bin\ directory. |- | Teenage Mutant Ninja Turtles (2003) || Direct3D 9 || Perfect || |- | Test Drive Unlimited || Direct3D 9 || Perfect || Download an ASI loader and rename the Project Paradise d3d9.dll to [something_else].asi to play online. |- | Terasology || OpenGL || Perfect || Put files into Java \bin\ directory. |- | The Age of Decadence || Direct3D 9 || Perfect || |- | The Amazing Spider-Man (2012) || Direct3D 9 || Perfect || |- | The Bard's Tale || Direct3D 9 || Perfect || |- | The Book of Unwritten Tales || Direct3D 9 || Perfect || |- | The Book of Unwritten Tales 2 || Direct3D 9, OpenGL || Perfect || Depth buffer is flipped. |- | The Book of Unwritten Tales: The Critter Chronicles || Direct3D 9 || Perfect || |- | The Bureau: XCOM Declassified || Direct3D 9 || Perfect || |- | The Chaos Engine (2013) || OpenGL || Good || No depth buffer access. |- | The Chronicles of Riddick: Assault on Dark Athena || OpenGL || Good || Depth buffer fix. 1. Download Nvidia Inspector. 2. Find the game in "Profiles" field. 3. Disable "OGL_APP_PROMOTE_SHADERS..." setting in "Extra" section. 4. Turn of game's MSAA, SSAO and Posteffects while in main menu. 5. Switch buffer in order to see your effects. 6. Reshade's menu works only in the main menu, so setup your effects here. 7. When you finished, change buffer to first one in reshade's settings tab. 9. Turn on reshade's "Perfomance mode". 10. Play. |- | The Chronicles of Riddick: Escape from Butcher Bay (2004) || OpenGL || Good || Launch crash fix. Works with 4.9.1 Reshade version. 1. Download Nvidia Inspector. 2. Find the game in "Profiles" field. 3. Find "Extention limit" setting and set it to "Quake3" or "Medal of Honor", click "Apply changes". |- | The Culling of the Cows || Direct3D 9 || Good || Depth buffer is empty. |- | The Cursed Forest || Direct3D 10+ || Perfect || |- | The Dark Eye: Chains of Satinav || OpenGL || Good || No depth buffer access. |- | The Dark Eye: Memoria || OpenGL || Good || No depth buffer access. |- | The Elder Scrolls III: Morrowind || Direct3D 9 || Perfect || Use Morrowind Graphics Extender (MGE) instead of d3d8to9. |- | The Elder Scrolls III: Morrowind (MGE-XE) || Direct3D 9 || Perfect || |- | The Elder Scrolls IV: Oblivion || Direct3D 9 || Good || No depth buffer access. |- | The Elder Scrolls Online || Direct3D 10+ || Good || |- | The Elder Scrolls V: Skyrim || Direct3D 9 || Good || Depth buffer flickering when looking at objects. |- | The Elder Scrolls V: Skyrim Special Edition || Direct3D 10+ || Perfect || |- | The Evil Within || Direct3D 10+, OpenGL || Perfect || |- | The Evil Within 2 || Direct3D 10+ || Perfect || |- | The Forest || Direct3D 9 || Perfect || Depth buffer is upside down. |- | The Joylancer: Legendary Motor Knight || Direct3D 9 || Perfect || |- | The Last Tinker: City of Colors || OpenGL || Good || No depth buffer access. |- | The Legend of Korra || Direct3D 9 || Good || No depth buffer access. |- | The Lego Movie Videogame || Direct3D 9 || Good || Depth buffer is empty, some UI items are displayed. |- | The Long Dark || Direct3D 11 || Good || Set RESHADE_DEPTH_INPUT_IS_REVERSED=1 and RESHADE_DEPTH_INPUT_IS_UPSIDE_DOWN=1 and Copy depth before clearing |- | The Lord of the Rings Online || Direct3D 10+ || Perfect || |- | The Plan || OpenGL || Perfect || |- | The Punisher (2005) || Direct3D 8 || Perfect || See DirectX 8 games. |- | The Saboteur || Direct3D 9 || Good || No depth buffer access. |- | The Scourge Project: Episode 1 and 2 || Direct3D 9 || Good || Depth buffer is empty. |- | The Settlers 2: 10th Anniversary || Direct3D 9 || Perfect || |- | The Sexy Brutale || OpenGL || Perfect || |- | The Shopkeeper || OpenGL || Good || No depth buffer access. |- | The Signal From Tölva || Direct3D 10+ || Perfect || Depth buffer is upside down. |- | The Sims 2 || Direct3D 9 || Good || ReShade with DirectX 9 crashes the game, DXVK can be used as a workaround. The default depth buffer is empty and an alternative must be selected every time the game starts, though the depth buffer still flickers when the camera moves or rotates and sometimes some objects may not appear in it. |- | The Sims 3 || Direct3D 9 || Perfect || |- | The Sims 4 || Direct3D 9 || Perfect || Game uses a logarithmic depth buffer. |- | The Stanley Parable || Direct3D 9 || Perfect || Disable MSAA for depth buffer access. Put files into \bin\ |- | The Talos Principle || Direct3D 9/10+, Vulkan || Perfect || |- | The Technomancer || Direct3D 10+ || Perfect || |- | The Typing of The Dead: Overkill || Direct3D 9 || Good || No depth buffer access. |- | The Vanishing of Ethan Carter || Direct3D 9 || Good || Depth buffer is empty. |- | The Vanishing of Ethan Carter Redux || Direct3D 11 || Good || Main menu's buffers are flipped horizontally; actual gameplay is unaffected. |- | The Void || Direct3D 9 || Perfect || |- | The Walking Dead: Season One || Direct3D 9 || Perfect || |- | The Walking Dead: Season Two || Direct3D 9 || Perfect || |- | The Witcher || Direct3D 9 || Perfect || Enable "copy before clear" in the depth buffer settings.
ReShade crashes the game if Windows 7 compatibility mode is used, DXVK can work in that case but the depth buffer will only show the GUI. |- | The Witcher 2: Assassins of Kings Enhanced Edition || Direct3D 10+ || Perfect || |- | The Witcher 3 || Direct3D 10+ || Perfect || Game uses a reversed depth buffer. |- | The Wolf Among Us || Direct3D 9 || Good || No depth buffer access. |- | theHunter: Call of the Wild || Direct3D 10+ || Perfect || |- | Thief 3: Deadly Shadows || Direct3D 8 || Good || See DirectX 8 games. No depth buffer access. |- | Thief Gold || Direct3D 9 || Good || No depth buffer access. |- | Thief II: The Metal Age || Direct3D 9 || Good || No depth buffer access. |- | Tiny & Big in Grandpa's Leftovers || OpenGL || Good || No depth buffer access. |- | Tiny Troopers || Direct3D 9 || Perfect || Depth buffer is upside down. |- | Titan Quest || Direct3D 9 || Perfect || |- | Titanfall || Direct3D 10+ || Good || Put files into \bin\x64_retail\ |- | Tom Clancy's Ghost Recon Advanced Warfighter || Direct3D 9 || Good || No depth buffer access. |- | Tom Clancy's Ghost Recon Advanced Warfighter 2 || Direct3D 9 || Good || No depth buffer access. |- | Tom Clancy's Ghost Recon: Future Soldier || Direct3D 9/10+ || Perfect || |- | Tom Clancy's Rainbow Six: Vegas 2 || Direct3D 9 || Perfect || |- | Tom Clancy's The Division || Direct3D 10+ || Good || No depth buffer access. |- | Tomb Raider (2013) || Direct3D 10+ || Good || No depth buffer access. |- | Tomb Raider || OpenGL || Major issues || Requires TombATI with GLRage. Game freezes when opening the inventory menu. |- | Tomb Raider: Anniversary || Direct3D 9 || Perfect || Disable anti aliasing for depth buffer access. |- | Tomb Raider: Underworld || Direct3D 9 || Good || No depth buffer access. |- | Tony Hawk's American Wasteland || Direct3D 9 || Good || Game sometimes crashes in Skate Shop. |- | Tony Hawk's Underground 2 || Direct3D 9 || Perfect || |- | Torchlight || Direct3D 9 || Good || No depth buffer access. |- | Torchlight 2 || Direct3D 9 || Good || No depth buffer access. |- | Total Overdose || Direct3D 9 || Good || No depth buffer access. |- | Total War: Attila || Direct3D 10+ || Perfect || |- | Total War: Warhammer || Direct3D 10+ || Perfect || Disable antialiasing and Porthole Quality 3D for depth buffer access. |- | TrackMania 2: Canyon || Direct3D 9 || Perfect || |- | TrackMania United || Direct3D 9 || Perfect || |- | Transformers: Fall of Cybertron || Direct3D 9 || Perfect || |- | Transformers: The Game || Direct3D 9 || Good || Depth buffer only shows UI in-game. |- | Treasure Planet: Battle at Procyon || Direct3D 8 || Perfect || See DirectX 8 games. |- | Triad Wars || Direct3D 10+ || Perfect || |- | Trials Fusion || Direct3D 10+ || Good || No depth buffer access. |- | Trine || Direct3D 9 || Perfect || |- | Trine 2 || Direct3D 9 || Perfect || |- | Trine 3 || Direct3D 9 || Perfect || |- | Trine 4 || Direct3D 11 || Perfect || |- | Tron 2.0 || Direct3D 9 || Perfect || |- | Turok || Direct3D 9 || Perfect || |- | Turok 2: Seeds of Evil || Glide || Good || See Glide games. |- | Turok 2: Seeds of Evil (2017) || OpenGL || Perfect || |- | Two Worlds 2 || Direct3D 9 || Perfect || |- | Ultrakill || Direct3D 11 || Good || Depth buffer displays your ghosted weapon |- | Ultra Street Fighter IV || Direct3D 9 || Perfect || |- | Unreal || Direct3D 11 || Perfect || Only if you install 277i patch and directx11 patch |- | Unreal II: The Awakening || Direct3D 8 || Perfect || See DirectX 8 games. Depth buffer only shows FPS hands in first person view, but works nicely in third person. |- | Unreal Tournament || OpenGL || Good || No depth buffer access. |- | Unreal Tournament 2004 || Direct3D 8 || Perfect || See DirectX 8 games. Depth buffer only shows FPS hands in first person view, but works nicely in third person. |- | Unreal Tournament 3 || Direct3D 9 || Good || No depth buffer access. |- | Unreal Tournament 4 || Direct3D 10+ || Good || No depth buffer access. |- | Valdis Story: Abyssal City || Direct3D 9 || Good || Depth buffer is empty. |- | Vampire: The Masquerade - Bloodlines || Direct3D 9 || Perfect || |- | Vampyr || Direct3D 11 || Perfect || Install to \Vampyr\AVGame\Binaries\Win64\AVGame-Win64-Shipping.exe |- | VBA-M (GBA emulator) || Direct3D 9 || Good || No depth buffer access. |- | Velocibox || OpenGL || Good || Depth buffer is empty. |- | Verde Station || OpenGL || Good || No depth buffer access. |- | Vessel || Direct3D 9 || Perfect || |- | Viking: Battle for Asgard || Direct3D 9 || Perfect || |- | Vindictus || Direct3D 9 || Good || No depth buffer access. May conflict with Hackshield. |- | Vintage Story || OpenGL || Good || Incorrect depth buffer accessed (Used by cairo). |- | Visual Boy Advance (GBA emulator) || OpenGL || Perfect || |- | Volgarr the Viking || OpenGL || Good || No depth buffer access. |- | VVVVVV || Direct3D 9 || Good || No depth buffer access. |- | War for the Overworld || Direct3D 11 || Good || Depth buffer has trouble to follow the camera. |- | Warframe || Direct3D 9/10+ || Good || No depth buffer access. |- | Warhammer 40,000: Dawn of War || Direct3D 9 || Perfect || |- | Warhammer 40,000: Space Marine || Direct3D 9 || Perfect || |- | Warhammer: End Times - Vermintide || Direct3D 10+ || Perfect || |- | Wasteland 2 || Direct3D 10+ || Perfect || Depth buffer is upside down. |- | Watch Dogs || Direct3D 10+ || Perfect || |- | Watch Dogs 2 || Direct3D 10+ || Perfect || Go offline and use these launch parameters: -disablepagefilecheck -eac_launcher |- | Wolfenstein II: The New Colossus || Vulkan || Untested || Vulkan support was added in 4.4 but we have yet to test this game. |- | Wolfenstein: The New Order || OpenGL || Perfect || |- | Wolfenstein: The Old Blood || OpenGL || Perfect || |- | Words for Evil || Direct3D 10+ || Good || No depth buffer access. |- | World of Warcraft || Direct3D 9/10+ || Perfect || |- | Wrack || Direct3D 9 || Good || No depth buffer access. |- | Wrath Aeon of Ruin || OpenGL || Perfect || No depth buffer on your weapon |- | Wreckfest || Direct3D 10+ || Perfect || |- | WWE 2K15 || Direct3D 10+ || Perfect || |- | X-Blades || Direct3D 9 || Good || Depth buffer is flickering. |- | X-Plane 11 || OpenGL, Vulkan || Perfect || ReShade is blocked when Vulkan is enabled by default, pass --allow_reshade as a command line argument to allow it.
The depth buffer is reversed and requires fiddling with the RESHADE_DEPTH_MULTIPLIER for proper scaling. |- | XCOM: Enemy Unknown || Direct3D 9 || Good || No depth buffer access. |- | Xotic || Direct3D 9 || Good || Partial depth buffer access. |- | Yaiba: Ninja Gaiden Z || Direct3D 9 || Perfect || |- | Yakuza 0 || Direct3D 10+ || Good || |- | Year Walk || OpenGL || Good || No depth buffer access. |- | Ys Origin || Direct3D 9 || Perfect || |- | Zeno Clash || Direct3D 9 || Good || Depth buffer is empty. Put files into \bin\ |- | Ziggurat 2 || Direct3D 11 || Good || Depth buffer is stuck during boss scenes |- | ZSNES (SNES emulator) || DirectDraw || Good || See DirectDraw games. |- |}


References