covk 0.1.2-1.4.346

Unsafe vulkan bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// generated file, do not modify manually

pub mod raw_hnds;
pub mod fn_ptrs;
pub mod enums;
pub mod structs;
/// Rusty vulkan struct builders
pub mod new;
pub mod setter;
/// Vulkan commands
pub mod main_commands;
/// Vulkan extensions
pub mod extensions;
/// Object handles
pub mod hnd;
pub mod ext_commands;
pub mod prelude;