Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oks2024/RenderDoc-Manager

An exemple on how to use RenderDoc inside your engine.
https://github.com/oks2024/RenderDoc-Manager

Last synced: 3 months ago
JSON representation

An exemple on how to use RenderDoc inside your engine.

Awesome Lists containing this project

README

        

This is a small code skeleton heavily based on the work of Temaran (https://github.com/Temaran/UE4RenderDocPlugin) that will integrate RenderDoc (https://github.com/baldurk/renderdoc) in your engine.

Keep in mind that the RenderDoc API is still in its early stage, it's not release quality yet, it may have some issues and might evolve in the following versions.

You just need to call the RenderDocManager constructor before the D3D initialization and you should be able to capture a frame using the StartFrameCapture() and EndFrameCapture() or by pressing the "CaptureKey" defined in the constructor.

The capture options defined in the code example might make the program run much slower, for better performances only activate the options you need.

For more informations: http://www.alexandre-pestana.com/integrating-renderdoc/