| Crates.io | bevy-renderdoc-capture |
| lib.rs | bevy-renderdoc-capture |
| version | 0.2.0 |
| created_at | 2025-04-09 00:09:11.204264+00 |
| updated_at | 2025-04-26 00:50:42.001688+00 |
| description | Simple module for adding a RenderDoc application capture hook to Bevy apps. |
| homepage | |
| repository | https://github.com/transcendental-experiences/bevy-renderdoc-capture |
| max_upload_size | |
| id | 1626118 |
| size | 98,975 |
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:
RenderdocPlugin plugin to your app.