Skip to content

Version v1.11-monolith

Latest
Compare
Choose a tag to compare
@skarolewics skarolewics released this 01 Dec 07:38

Version v1.11

This release adds a two quality-of-life features to RenderDoc v1.11. See the full release notes for RenderDoc v1.11 here: https://github.com/baldurk/renderdoc/releases/tag/v1.11

Show All for Debugging Resources

When debugging a shader, the Accessed Resources panel displays resources as they are accessed. However, it only lists resources accessed up to the current instruction pointer. I've added a Show All button that displays all resources accessed any time during the shader invocation. Remember that you can right-click a resource to run to its next access!
image

Hide Command List Close/Reset calls

With multithreaded rendering in D3D12, the event browser can become full of reset/close calls for command lists.
image

I added a config setting to hide these events. Go to Tools -> Settings, then open the Advanced Config Editor from the Core section. In the D3D12 section, select HideCmdListEvents. The next time you open a capture, those events will be omitted.
image
image

Installation

Use the msi file to install over an existing RenderDoc install, allowing file associations and start menu launching to use this version.