12 releases (4 stable)
1.3.211 | Apr 9, 2022 |
---|---|
1.3.208 | Mar 19, 2022 |
1.2.199 | Nov 23, 2021 |
0.2.184 | Jul 16, 2021 |
0.1.1 | Mar 20, 2020 |
#62 in Graphics APIs
411 downloads per month
635KB
15K
SLoC
vulkan-bindings
Vulkan bindings for Rust generated from Khronos spec file (vk.xml) Macro used to generate commands is inspired by vk-sys package, part of ash.
The bindings are generated directly from vk.xml and therefore up to date with recent Vulkan core specification. At this time, only platform independent extensions are emitted.
For information on how to use it, see examples.