renderdoc 0.3.0

RenderDoc application bindings for Rust
Documentation
1
2
3
4
//! Contains common types that can be glob-imported (`*`) for convenience.

pub use api::{RenderDocV100, RenderDocV110};
pub use entry::version::ApiVersion;