Crate plate

Source
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§

buffer
command
descriptor
device
image
instance
pipeline
rendering
swapchain
sync
vk
Raw Vulkan bindings and types, generated from vk.xml

Structs§

Format
https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkFormat.html
MemoryPropertyFlags
https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VkMemoryPropertyFlagBits.html

Enums§

Error