Expand description

plate

Rust library for writing simpler Vulkan code

Instalation

Add the library to your Cargo.toml file:

[dependencies]
plate = "0.5"

Re-exports

pub use plate_macros;
pub use memoffset;
pub use buffer::*;
pub use descriptor::*;
pub use device::*;
pub use instance::*;
pub use pipeline::*;
pub use swapchain::*;
pub use command::*;
pub use sync::*;
pub use image::*;
pub use rendering::*;

Modules

Raw Vulkan bindings and types, generated from vk.xml

Structs

Enums