
RenderDoc is a frame-capture based graphics debugger, currently available for Vulkan, D3D11, D3D12, OpenGL, and OpenGL ES development on Windows, Linux, Android, and Nintendo Switch™. It is completely open-source under the MIT license.
RenderDoc is intended for debugging your own programs only. Any discussion of capturing programs that you did not create will not be allowed in any official public RenderDoc setting, including the issue tracker, discord, or via email. For example this includes capturing commercial games that you did not create, or capturing Google Maps or Google Earth. Note: Capturing projects you created that use a third party engine like Unreal or Unity, or open source and free projects is completely fine and supported.
If you have any questions, suggestions or problems or you can
here on github,
or come into
or
to discuss it.
To install on windows run the appropriate installer for your OS (
|
) or download the portable zip from the
. The 64-bit windows build fully supports capturing from 32-bit programs. On linux only 64-bit x86 is supported - there is a precompiled
available, or your distribution may package it. If not you can
.
Downloads: Stable and nightly builds:
(
)
Documentation:
,
,
Contact:
,
,
Code of Conduct:
Information for contributors:
,
Community extensions:
Screenshots
API Support
WindowsLinuxAndroidVulkan✔️✔️✔️OpenGL ES 2.0 - 3.2✔️✔️✔️OpenGL 3.2 - 4.6 Core✔️✔️N/AD3D11 & D3D12✔️N/AN/AOpenGL 1.0 - 2.0 Compat✖️✖️N/AD3D9 & 10✖️N/AN/AMetalN/AN/AN/ANintendo Switch™ support is distributed separately for authorized developers as part of the NintendoSDK. For more information, consult the Nintendo Developer Portal.
Downloads
There are
available, built from the release targets. If you just want to use the program and you ended up here, this is what you want :).
It's recommended that if you're new you start with the stable builds. Nightly builds are available every day from the
if you need it, but correspondingly may be less stable.
Documentation
The text documentation is available
online for the latest stable version
, as well as in
in any build. It's built from
.
As mentioned above there are some
showing the use of some basic features and an introduction/overview.
There is also a great presentation by
which goes into some details of how RenderDoc can be used in real world situations:
.
License
RenderDoc is released under the MIT license, see
for full text as well as 3rd party library acknowledgements.
Compiling
Building RenderDoc is fairly straight forward on most platforms. See
for more details.
Contributing & Development
I've added some notes on how to contribute, as well as where to get started looking through the code in
. All contribution information is available under
.