Skip to main content

Crate crystal_vk

Crate crystal_vk 

Source
Expand description

ยงCrystal VK

This library provides convenient abstractions over Vulkan while maintaining its flexibility and control. It is ideal for developers who want to leverage the full power of Vulkan in Rust without delving into the details of manual resource management.

ยง๐Ÿš€ Quick Start

Add crystal-vk to your Cargo.toml dependencies

[dependencies]
crystal-vk = "0.2.0"

Modulesยง

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