Skip to content
/ vk-rs Public

Collection of Rust libraries for the Vulkan API

License

Notifications You must be signed in to change notification settings

Osspial/vk-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"