bevy-renderdoc-capture

Crates.iobevy-renderdoc-capture
lib.rsbevy-renderdoc-capture
version0.2.0
created_at2025-04-09 00:09:11.204264+00
updated_at2025-04-26 00:50:42.001688+00
descriptionSimple module for adding a RenderDoc application capture hook to Bevy apps.
homepage
repositoryhttps://github.com/transcendental-experiences/bevy-renderdoc-capture
max_upload_size
id1626118
size98,975
Moony (moonheart08)

documentation

README

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.
Commit count: 10

cargo fmt