vk_generator

Crates.iovk_generator
lib.rsvk_generator
version0.3.2
sourcesrc
created_at2016-03-16 20:05:42.121079
updated_at2018-02-15 22:49:09.974319
descriptionGenerate Rust bindings to the Vulkan API
homepage
repositoryhttps://github.com/Osspial/vk-rs
max_upload_size
id4470
size147,192
(Osspial)

documentation

https://docs.rs/vk_generator/

README

vk_generator Version

Rust binding generator for the Vulkan API.

Documentation

Custom Generators

vk_generator supports the usage of custom generators, which can be implemented as traits on the VkRegistry type. To do so, one must enable the unstable_generator_api cargo feature. It is important to note that, as the feature name suggests, the internal API is entirely unstable and may be subject to change at any point.

Commit count: 166

cargo fmt