vk-parse

LICENSE LICENSE Documentation Crates.io Version Build Status

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

Command Line Tool usage

sh cargo run --release 'vulkan.xml' -o 'generated-file.ron'

License

This software is dual-licensed under Apache-2.0/MIT, same as Rust itself.