зеркало из https://github.com/mozilla/gecko-dev.git
…
|
||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
README.md |
README.md
renderdoc-sys
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.