RenderDoc

RenderDoc is a free and open source frame debugger 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.[2][3] RenderDoc also allows the user to manipulate a captured frame to inspect different things such as pipeline stage, commands, texture maps, models, assets, and more.[4][5][6] RenderDoc can also capture assets outside the view of the game's camera.[7] RenderDoc supports analyzing frame rendering costs on the graphics processing unit.[8]

RenderDoc
Developer(s)Baldur Karlsson
Initial release2014-02-25
Repositoryhttps://github.com/baldurk/renderdoc
Operating systemAndroid, Google Stadia, Linux, Nintendo Switch, Microsoft Windows[1]
PlatformCross-platform
LicenseMIT License
Websiterenderdoc.org

Optimizing GPU programs is about finding bottlenecks. RenderDoc provides information of the calls on the GPU, the number of invocation of each shader, and the number of primitives and fragments generated.[9]

Baldur Karlsson started RenderDoc development as a spare-time project out of need for a reliable debugger and was then expanded to support more platforms.[10][11] In 2014 Crytek announced the source code for RenderDoc is released for free.[12][13] At GDC 2018, AMD announced that Radeon GPU Profiler would include support for RenderDoc.[14] RenderDoc also integrates with well known game engines such as Unity and Unreal Engine.[15][16] Oculus maintains its own fork of RenderDoc.[17]

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.