plate

Rust library for writing simpler Vulkan code

crates.io build docs license

Installation

Add the library to your Cargo.toml file: toml [dependencies] plate = "0.5"

Example

Example code is available in the examples directory.

Use cargo to run the examples: shell cargo run --example triangle

Features