//! 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");