vulkan-bindings

Crates.iovulkan-bindings
lib.rsvulkan-bindings
version1.3.238
sourcesrc
created_at2020-03-20 08:21:32.216505
updated_at2023-01-05 00:56:25.488948
descriptionBindings for the Vulkan API generated from Khronos spec (vk.xml)
homepage
repositoryhttps://github.com/bsekura/vulkan-bindings
max_upload_size
id220645
size749,886
Bart Sekura (bsekura)

documentation

README

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.

Commit count: 26

cargo fmt