kazan 0.3.9+1.4.359

Vulkan bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod amigo_profiling;
pub mod pipeline_cache_incremental_mode;
pub mod throttle_hint;
pub mod ubm_surface;
pub(super) mod defs {
    use super::*;
    pub use amigo_profiling::defs::*;
    pub use pipeline_cache_incremental_mode::defs::*;
    pub use throttle_hint::defs::*;
    pub use ubm_surface::defs::*;
}
#[cfg(feature = "ffi")]
pub(super) mod ffi {
    pub use super::amigo_profiling::ffi::*;
    pub use super::pipeline_cache_incremental_mode::ffi::*;
    pub use super::throttle_hint::ffi::*;
    pub use super::ubm_surface::ffi::*;
}