Using NSight Graphics Profiling Games Using Reshade

  • hamwj1991
  • Topic Author
More
1 year 1 month ago #1 by hamwj1991 Using NSight Graphics Profiling Games Using Reshade was created by hamwj1991
I was trying to profile my fx used by reshade, but found no way to use NSight Graphics GPU Trace. Any suggestion was grateful.

Please Log in or Create an account to join the conversation.

  • crosire
More
1 year 1 month ago #2 by crosire Replied by crosire on topic Using NSight Graphics Profiling Games Using Reshade
Profiling ReShade in a game doesn't typically work because the hooks from ReShade and Nsight interfer with each other. You can however build ReShade from source and choose its "Debug App" solution configuration in Visual Studio. That will build ReShade as a standalone application, which can be profiled with Nsight Graphics (just set the Application Executable to the resulting "ReShade64.exe" and the Command Line Arguments to "-d3d12").

Please Log in or Create an account to join the conversation.