Latest Release: v1.35 - 27 Sep, 2024
I work on RenderDoc myself and you can always contact me with any problems or comments. I'll respond to you directly and personally, and I'm used to helping people with private or NDA'd projects.
RenderDoc is 100% open source and development all happens on github. Check out the source and see how any feature is implemented, report a bug you've found, or request a new feature or improvement.
Usability matters. Tools should have a low barrier to entry and be easy to use and understand. RenderDoc makes the process of getting started as smooth as possible, and simplifies common workflows.
RenderDoc supports Windows, Linux, and Android for capture and replay out of the box. Nintendo Switch™ support is distributed separately for authorized developers as part of the NintendoSDK. Captures are portable between different platforms and hardware.
On top of being able to modify the source to change or customise behaviour, RenderDoc embeds the python runtime for progammatic access to frame captures.
RenderDoc is an absolute life saver. Not only has it made graphics debugging for both DX11 and DX12 quicker and easier, but the simple integration API has made it invaluable for testing!
- Rae Forbes-Richardson (Wargaming Sydney)
RenderDoc is our primary tool for frame analysis & debugging on PC. It is extremely robust and supports a wide range of workflows and functionality. We’ve been excited to contribute features and small fixes, and look forward to doing so in the future.
- Michael Vance (Activision)
RenderDoc is our go-to tool to diagnose rendering problems across all our supported platforms and APIs. It has excellent support for Vulkan, and its open-source nature lets us easily navigate around the occasional shortcoming.
- Pierre-Loup Griffais (Valve Software)
RenderDoc v1.0 is here! Android support for GLES & Vulkan, Qt UI on windows, and many other improvements.
This version brings some exciting new features:
The fully nitty-gritty and all details are available over on the GitHub release notes, so go check it out and download the build.
As always if you have any questions, comments, or any other kind of feedback you can always reach me by email or on twitter or in the IRC channel. Don't hesitate to send me a message as I'm always happy to hear from RenderDoc's users.
- @baldurk
Today is the 5 yr anniversary of the first commit to RenderDoc's original git repository. I've written some nostalgic words about the early days before its first public release.
Vulkan has a lot of really nice concepts, but one that hasn't had as much attention until now is the layer system that's built into the API ecosystem.
I've written this post with a specific target audience in mind, namely those who have a good grounding in existing APIs (e.g. D3D11 and GL) and understand the concepts of multithreading, staging resources, synchronisation and so on but want to know specifically how they are implemented in Vulkan. So we end up with a whirlwind tour of what the main Vulkan concepts look like.
A series of posts aimed at a technically minded average person, who wants to know more about how modern graphics work. This won't teach you how to make anything and it doesn't assume much prior knowledge, but hopefully it will explain the concepts at least.