renderdog-sys 0.3.0

Low-level RenderDoc in-application API FFI bindings (pregenerated, optional bindgen regen).
Documentation

renderdog-sys

Low-level FFI bindings for RenderDoc's in-application API (renderdoc_app.h).

Repository: https://github.com/Latias94/renderdog

This crate ships pregenerated bindings for docs.rs. Maintainers can regenerate bindings via:

  • RENDERDOG_SYS_REGEN_BINDINGS=1 cargo build -p renderdog-sys --features bindgen
  • python scripts/regen_bindings.py

Binding regeneration requires either the workspace third-party/renderdoc submodule or an explicit RENDERDOG_SYS_HEADER=/path/to/renderdoc_app.h.

See the workspace README for overall project goals and setup.