This is a simple Bevy module to add a custom keybind for doing RenderDoc captures around Bevy's renderer. Why would you need this? When I was messing with VR stuff, RenderDoc couldn't figure out the frame boundaries itself.
To use:
- Add to your project.
- Add the
RenderdocPlugin
plugin to your app. - Run your game in RenderDoc.
- Press F10.