-
Notifications
You must be signed in to change notification settings - Fork 84
Renderdoc
PRXPHET edited this page May 27, 2025
·
1 revision
RenderDoc is a frame-capture based graphics debugger.
More details in the RenderDoc repository.
- Take the engine from the latest release with
ReleaseTracyProfiler
configuration OR build it yourself with uncommented Tracy preprocessors inEngine_properties.props
andEngine_lib_properties.props
files (they are also responsible for RenderDoc operation). - Download RenderDoc from official website and install.
- From the root folder of RenderDoc take the file
RenderDoc.dll
and place it in the folder with the engine. - Start the engine, the RenderDoc overlay should appear in the upper left corner.
- Press the
Home
key to capture a frame. - Open the captured frame in the RenderDoc program.