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 external_memory_screen_buffer;
pub mod screen_surface;
pub(super) mod defs {
    use super::*;
    pub use external_memory_screen_buffer::defs::*;
    pub use screen_surface::defs::*;
}
#[cfg(feature = "ffi")]
pub(super) mod ffi {
    pub use super::external_memory_screen_buffer::ffi::*;
    pub use super::screen_surface::ffi::*;
}