lava 0.4.9

Rust wrapper to manipulate Vulkan more conveniently than with bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Generated by `scripts/generate.js`

pub mod amd;
pub mod constants;
pub mod ext;
pub mod google;
pub mod intel;
pub mod khr;
pub mod nv;
pub mod nvx;
pub mod vk;

mod lava_result;

pub use self::lava_result::*;