Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 679 Bytes

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"