Jump to content

RenderDoc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ipr1 (talk | contribs) at 04:16, 30 July 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
RenderDoc
Developer(s)Baldur Karlsson
Initial release2-25-2014
Repository
Operating systemLinux, Microsoft Windows
PlatformCross-platform
Websiterenderdoc.org

RenderDoc is a free and open source frame debugging tool that can be used to analyze single frames generated by other software programs such as games. RenderDoc can provide in-depth analysis of single frames from any application that uses Vulkan, D3D11, OpenGL & OpenGL ES or D3D12.[1][2] RenderDoc also allows the user to manipulate a captured frame to see and extract different things such as texture maps, models, assets, and more.[3][4] RenderDoc can also capture assets outside the view of the game's camera.[5]

At GDC 2018, AMD announced that Radeon GPU Profiler would include support for RenderDoc.[6] RenderDoc also integrates with well known game engines such as Unity and Unreal Engine.[7][8]

References

  1. ^ "This Is How A Single Frame Is Rendered In A Modern 3D Engine". 15 March 2015.
  2. ^ Gach, Ethan. "Picking Apart A Single Frame In DOOM".
  3. ^ "Watch the footy play out on your dining table thanks to AI and augmented reality". 25 June 2018.
  4. ^ "Bringing Galaxy on Fire 3 to Vulkan: Vulkan on Android".
  5. ^ "GPU Performance for Game Artists".
  6. ^ "AMD at GDC 2018".
  7. ^ https://docs.unity3d.com/Manual/RenderDocIntegration.html
  8. ^ https://docs.unrealengine.com/4.26/en-US/TestingAndOptimization/PerformanceAndProfiling/RenderDoc/