renderdoc-sys 0.7.1

Raw FFI bindings to the RenderDoc API
Documentation

renderdoc-sys

Build Status Crates.io Documentation

Low-level Rust FFI bindings to RenderDoc, a popular graphics debugger.

RenderDoc is a free and open source graphics debugging tool. RenderDoc allows game developers to take frame captures of their applications, replay them, examine the graphics pipeline state, and potentially identify nasty graphics bugs.

These raw bindings are generated directly from the renderdoc_app.h file provided upstream. This crate does not provide nor dynamically link to the required renderdoc.dll or librenderdoc.so library itself; it only provides the FFI objects for the in-application RenderDoc API.