Crate vk_parse

source ·
Expand description

This crate parses the Vulkan XML registry into a Rust object.

The entry point into this library is parse_file_as_vkxml, which will return a Registry object. This object contains all the information contained in the Vulkan API registry.

Structs§

Enums§

Functions§

  • Parses the Vulkan XML file into a Rust object.
  • Parses the Vulkan XML file from stream into a Rust object.

Type Aliases§