Free open-source GPU frame debugger for analyzing real-time rendering in Unreal Engine, Unity, and custom engines. Capture any frame and inspect draw calls, shader inputs, textures, and render targets step by step. Invaluable for technical artists debugging materials, optimizing shaders, and understanding how the GPU processes your game art.
Capturing a single GPU frame from any game or engine build and inspecting every draw call, shader, and texture state to diagnose visual bugs and validate art asset behavior in the actual render pipeline.
Pros
Cons
In the Texture Viewer, use the "Pixel History" feature on a suspiciously dark pixel — it shows every draw call that touched that pixel and what value each wrote, pointing you directly to which pass or shader is corrupting the final color.
N-hance's VFX Artist course introduces RenderDoc as an advanced diagnostic tool for verifying that particle shaders and post-process materials behave as intended in Unreal Engine 5, teaching students to read GPU pipeline state rather than guess at engine-side material issues.