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 |
#64 in Rendering
229,914 downloads per month
Used in 1,620 crates
(4 directly)
35KB
696 lines
renderdoc-sys
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.