1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! Raw FFI bindings to the RenderDoc API.
//!
//! Refer to the [In-Application API][api] documentation for more details.
//!
//! [api]: https://renderdoc.org/docs/in_application_api.html

#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(non_upper_case_globals)]

include!("./bindings.rs");