Skip to content

Renderdoc

PRXPHET edited this page May 27, 2025 · 1 revision

RenderDoc

RenderDoc is a frame-capture based graphics debugger.

More details in the RenderDoc repository.

RenderDoc

Instructions for use

  1. Take the engine from the latest release with ReleaseTracyProfiler configuration OR build it yourself with uncommented Tracy preprocessors in Engine_properties.props and Engine_lib_properties.props files (they are also responsible for RenderDoc operation).
  2. Download RenderDoc from official website and install.
  3. From the root folder of RenderDoc take the file RenderDoc.dll and place it in the folder with the engine.
  4. Start the engine, the RenderDoc overlay should appear in the upper left corner.
  5. Press the Home key to capture a frame.
  6. Open the captured frame in the RenderDoc program.
Clone this wiki locally