Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 595 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 595 Bytes

vk_generator Version

Rust binding generator for the Vulkan API.

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.