#vulkan #bindings #generated-bindings #api-bindings #graphics #platform-independent

vulkan-bindings

Bindings for the Vulkan API generated from Khronos spec (vk.xml)

16 releases (8 stable)

1.3.238 Jan 5, 2023
1.3.231 Oct 22, 2022
1.3.225 Aug 26, 2022
1.3.218 Jun 22, 2022
0.1.1 Mar 20, 2020

#88 in Graphics APIs

MIT/Apache

730KB
17K 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.

No runtime deps