plate

Crates.ioplate
lib.rsplate
version0.5.0
sourcesrc
created_at2022-07-18 18:19:21.815571
updated_at2022-09-20 02:21:44.494784
descriptionRust library for writing simpler Vulkan code
homepage
repositoryhttps://github.com/pcasotti/plate
max_upload_size
id627857
size132,484
Pedro Casotti (pcasotti)

documentation

README

plate

Rust library for writing simpler Vulkan code

crates.io build docs license

Installation

Add the library to your Cargo.toml file:

[dependencies]
plate = "0.5"

Example

Example code is available in the examples directory.

Use cargo to run the examples:

cargo run --example triangle

Features

  • Easy initialization.
  • Easy to use index and vertex buffers.
  • Simple buffer creation and manipulation of data.
  • Automatic buffer padding to device limits.
  • Simple image creation.
  • Ergonomic descriptor creation.
  • Dynamic descriptor support.
Commit count: 125

cargo fmt