Crates.io | vk_generator |
lib.rs | vk_generator |
version | 0.3.2 |
source | src |
created_at | 2016-03-16 20:05:42.121079 |
updated_at | 2018-02-15 22:49:09.974319 |
description | Generate Rust bindings to the Vulkan API |
homepage | |
repository | https://github.com/Osspial/vk-rs |
max_upload_size | |
id | 4470 |
size | 147,192 |
Rust binding generator for the Vulkan API.
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.