/vk-rs

Collection of Rust libraries for the Vulkan API

Primary LanguageRustMIT LicenseMIT

vk-rs Build Status

This repository contiains the necessary starting blocks for building a wrapper around the Vulkan API.

Generate bindings to the Vulkan API.

[build-dependencies]
vk_generator = "0.3.0"

The Vulkan Registry exposed as the bytestring vk_api::VK_XML.

[build-dependencies]
vk_api = "1.0"