7 releases (2 stable)

Uses old Rust 2015

1.1.0 Mar 2, 2024
1.0.0 Feb 21, 2023
0.7.1 Aug 5, 2020
0.7.0 May 17, 2020
0.4.0 Sep 16, 2018

#170 in Debugging

Download history 25437/week @ 2023-12-23 33305/week @ 2023-12-30 38140/week @ 2024-01-06 41968/week @ 2024-01-13 46374/week @ 2024-01-20 42413/week @ 2024-01-27 46250/week @ 2024-02-03 43575/week @ 2024-02-10 49717/week @ 2024-02-17 47654/week @ 2024-02-24 51312/week @ 2024-03-02 48126/week @ 2024-03-09 46130/week @ 2024-03-16 56145/week @ 2024-03-23 53863/week @ 2024-03-30 35232/week @ 2024-04-06

197,556 downloads per month
Used in 1,223 crates (3 directly)

MIT/Apache

35KB
696 lines

renderdoc-sys

Build Status Crates.io Documentation

Low-level bindings to the RenderDoc in-application API.

RenderDoc is a free and open source debugger for real-time graphics that allows quick and easy frame captures and detailed introspection of any application using Vulkan, Direct3D 11, Direct3D 12, OpenGL, and OpenGL ES.

These bindings are automatically generated from renderdoc_app.h with bindgen. This crate does not provide nor link to renderdoc.dll nor librenderdoc.so by itself; it only contains the FFI symbols. Refer to the upstream In-Application API documentation for correct usage details.

For a safe wrapper, see the renderdoc crate.

License

renderdoc-sys is free and open source software distributed under the terms of either the MIT or the Apache 2.0 license, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps