gecko-dev/third_party/rust/renderdoc-sys
Dzmitry Malyshau e6cefd8df1 Bug 1713179 - Update wgpu to eadaa1b7d8f585761e28445904fe619b180aca0d r=jimb
Includes a number of correctness fixes.
Also, optimizes resource tracking for cases like the Animometer benchmark.

Differential Revision: https://phabricator.services.mozilla.com/D116491
2021-06-03 17:09:01 +00:00
..
src
.cargo-checksum.json
Cargo.toml
README.md

README.md

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.