renderdoc-sys 1.1.0

Low-level bindings to the RenderDoc API
Documentation

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.