vk-parse
is a Rust crate which parses the Vulkan API registry XML and converts it to a Rust representation.
This crate consists of a
sh
cargo run --release 'vulkan.xml' -o 'generated-file.ron'
This software is dual-licensed under Apache-2.0/MIT, same as Rust itself.