kazan 0.3.9+1.4.359

Vulkan bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod performance_query;
pub mod shader_integer_functions2;
pub(super) mod defs {
    use super::*;
    pub use performance_query::defs::*;
    pub use shader_integer_functions2::defs::*;
}
#[cfg(feature = "ffi")]
pub(super) mod ffi {
    pub use super::performance_query::ffi::*;
    pub use super::shader_integer_functions2::ffi::*;
}