Expand description
RenderDoc in-application API wrapper.
This crate provides a Rust wrapper around RenderDoc’s in-app capture API (renderdoc_app.h).
It supports:
- connecting to an injected RenderDoc (Windows),
- dynamically loading the RenderDoc library (Windows/Linux),
- runtime API version negotiation (tries 1.7.0 down to 1.0.0),
- RenderDoc 1.7 object/command annotations when the runtime supports them.
For automation workflows (renderdoccmd/qrenderdoc), see the renderdog-automation crate.
Structs§
Enums§
- Annotation
Target - Annotation
Value - Annotation
Vector - Capture
Option - RenderDoc capture options (strongly typed wrapper).
- InApp
Error - Input
Button - RenderDoc input buttons (strongly typed wrapper).