LunarG / gfxreconstruct

Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
https://vulkan.lunarg.com/doc/sdk/latest/linux/capture_tools.html
MIT License
400 stars 113 forks source link

Add renderdoc frame export #237

Open edrickhong opened 5 years ago

edrickhong commented 5 years ago

It would be very useful to be able to export a specific frame to renderdoc, especially for bugs that only persist for a few frames

bradgrantham-lunarg commented 3 years ago

Can this request be satisfied by taking a trimmed capture or recapturing (replay with capture) a capture with trimming turned on to isolate the frames you want then replay with RenderDoc enabled?

edrickhong commented 2 years ago

Yeah I suppose that could work. Actually I was hoping to dedicate some time to working on this. Any advice on where to get started? Also I noticed there isn't really a GUI in place, at least in Linux. Are there any plans to add one? I can see this benefiting greatly from a timeline scrubber.