Software:RenderDoc

From HandWiki
RenderDoc
RenderDoc logo.svg
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

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]

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

  1. "RenderDoc". https://renderdoc.org. 
  2. "This Is How A Single Frame Is Rendered In A Modern 3D Engine". 15 March 2015. https://www.kotaku.com.au/2015/03/this-is-how-a-single-frame-is-rendered-in-a-modern-3d-engine/. 
  3. Gach, Ethan (10 September 2016). "Picking Apart A Single Frame In DOOM". https://kotaku.com/picking-apart-a-single-frame-in-doom-1786480772. 
  4. "LearnOpenGL - Debugging". https://learnopengl.com/In-Practice/Debugging. 
  5. "Watch the footy play out on your dining table thanks to AI and augmented reality". 25 June 2018. https://www.techly.com.au/2018/06/25/ai-augmented-reality-footy-dining-table/. 
  6. "Bringing Galaxy on Fire 3 to Vulkan: Vulkan on Android". 16 October 2017. https://www.gamasutra.com/blogs/JohannesKuhlmann/20171016/307643/Bringing_Galaxy_on_Fire_3_to_Vulkan_Vulkan_on_Android.php. 
  7. "GPU Performance for Game Artists". 5 July 2017. https://www.gamasutra.com/blogs/KeithOConor/20170705/301035/GPU_Performance_for_Game_Artists.php. 
  8. "Where Are You Spending Your GPU Performance Budget?". 19 May 2020. https://www.gamasutra.com/blogs/RubenTorresBonet/20200519/363191/Where_Are_You_Spending_Your_GPU_Performance_Budget.php. 
  9. "Profiling and Optimization of Large Biomolecular Scenes". https://www.cg.tuwien.ac.at/research/publications/2019/Kugler_2019/Kugler_2019-thesis.pdf. 
  10. "Key Release: Crytek's graphics debugger RenderDoc | Game Development Tools & Tech | Develop". http://www.develop-online.net/tools-and-tech/key-release-crytek-s-graphics-debugger-renderdoc/0192032. 
  11. "RenderDoc gains PowerVR support". 9 March 2018. https://www.imaginationtech.com/blog/renderdoc-gains-powervr-support/. 
  12. "Crytek is giving away its new Renderdoc graphics debugger for free". 27 February 2014. https://www.gamasutra.com/view/news/211880/Crytek_is_giving_away_its_new_Renderdoc_graphics_debugger_for_free.php. 
  13. "Crytek releases RenderDoc source code". MCV. 8 May 2014. https://www.mcvuk.com/development-news/crytek-releases-renderdoc-source-code/. 
  14. "AMD at GDC 2018". 21 March 2018. http://hexus.net/tech/items/graphics/116465-amd-gdc-2018/. 
  15. "Unity - Manual: RenderDoc Integration". https://docs.unity3d.com/Manual/RenderDocIntegration.html. 
  16. "RenderDoc". https://docs.unrealengine.com/4.26/en-US/TestingAndOptimization/PerformanceAndProfiling/RenderDoc/. 
  17. "Use RenderDoc for Oculus for GPU Profiling: Unity | Oculus Developers". https://developer.oculus.com/documentation/unity/ts-renderdoc-for-oculus/. 

External links