renderdoc icon indicating copy to clipboard operation
renderdoc copied to clipboard

RenderDoc is a stand-alone graphics debugging tool.

Results 91 renderdoc issues
Sort by recently updated
recently updated
newest added

## Description I want to use RenderDoc to debug [Wolvic browser](https://wolvic.com/en/) and the web apps running on it. This is a VR-enabled browser and in my case I'm running on...

Feature
Unresolved

## Description I'm trying to capture with Oneplus 9 PRO Adreno 660 but every time I try capturing a frame the remote server with the phone disconnects and I can't...

Bug
Need More Info

## Description Uses `/proc/self/cmdline` instead of `/proc/self/exe` for `GetExecutableFilename` to correctly handle preloaders, such as the Wine preloader. Additionally handles removing leading directories with Windows style `\`s if it detects...

## Description I am trying to debug a vertex shader running on point topology, but when I select a vertex in the mesh viewer to debug, the vertex input in...

Bug
Need More Info

## Description When I study about SSR in unity, I found a stencil buffer should be used for rendering, so I try to blit stencil data from the depth/stencil texture...

Bug
Need More Info

Add support for the extension VK_QCOM_multiview_per_view_viewports which allows for multiple viewports to be submitted in a single view. RenderDoc already supports this viewport/scissor configuration, and this change will allow applications...

Fix for #3261 ## Description RenderDoc's `vkEnumeratePhysicalDeviceGroups` implementation was non-compliant with Vulkan specification. When `vkEnumeratePhysicalDeviceGroups` has been called to query less than the total number of available device groups, then...

## Description RenderDoc's `vkEnumeratePhysicalDeviceGroups` implementation is non-compliant with Vulkan specification. See: [vkEnumeratePhysicalDeviceGroups documentation](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkEnumeratePhysicalDeviceGroups.html) When `vkEnumeratePhysicalDeviceGroups` is called to query less than the total number of available device groups, then `pPhysicalDeviceGroupCount`...

Bug
Unresolved

## Description ### D3D12 Fixes found when testing pixel history on Texture 1D, 2D, 3D and different formats - Increase the padding to make the event info structures and members...

## Description This PR adds `VK_KHR_maintenance5` support. (resolve #3244) Spec: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_maintenance5.html Proposal: https://github.com/KhronosGroup/Vulkan-Docs/blob/main/proposals/VK_KHR_maintenance5.adoc Here are features that are added in `VK_KHR_maintenance5` and this PR should support (features that I am...