Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 3.02 KB

File metadata and controls

79 lines (63 loc) · 3.02 KB

Debugging the Fallback Layer with PIX

DOWNLOAD HERE

  1. Go to the downlaod page and click to download the latest version (in the image below, PIX-1810.24)

  1. Run the executable and something like this should show up:

  1. Go to Launch Win32 tab under Select Target Process

  1. Find the folder that is rtx-explore

  1. In the Working Directory line, fill in the line with the rtx-explorer location + \src\D3D12PathTracer. Example:C:\Users\user\Desktop\RTX\rtx-explore\src\D3D12PathTracer

  1. In the Path to Executable line, fill in the line with the rtx-explorer location + \src\D3D12PathTracer\bin\x64\Debug\D3D12PathTracer.exe. Example: C:\Users\user\Desktop\RTX\rtx-explore\src\D3D12PathTracer\bin\x64\Debug\D3D12PathTracer.exe

  1. Press Launch, and the application should show up

  1. Now you can debug! Press Print screen button to capture a frame and 1 captures taken will appear under GPU Capture

  1. Double click the image under 1 captures taken Then, a screen will be brought up like below:

  1. Press the play button after Analysis is not running. at the top right to begin analysis of the frame. You should get Analysis is running on NVIDIA ..., in our case NVIDIA GeForce GTX 1070

For more tips on how to debug, see: playlist