#bevy #renderdoc #capture

bevy-renderdoc-capture

Simple module for adding a RenderDoc application capture hook to Bevy apps

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 9, 2025

#619 in Game dev

MIT/Apache

25KB
56 lines

bevy-renderdoc-capture

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:

  1. Add to your project.
  2. Add the RenderdocPlugin plugin to your app.
  3. Run your game in RenderDoc.
  4. Press F10.

Dependencies

~43–75MB
~1.5M SLoC