Crate vulk_rs

Source
Expand description

§Opinionated low-level Rust bindings for Vulkan

Bindgen used to generate the native unsafe bindings.

Provides an opinionated OOP wrapper around the Vulkan API.

Currently heavily work in progress.

Relies on the VK_LAYER_KHRONOS_validation layer and VK_EXT_debug_utils extension in debug mode, however they are stripped out in release mode.

Modules§

vk