Function vk_parse::parse_stream
source ยท pub fn parse_stream<T: Read>(
stream: T
) -> Result<(Registry, Vec<Error>), FatalError>Expand description
Parses the Vulkan XML file from stream into a Rust object.
pub fn parse_stream<T: Read>(
stream: T
) -> Result<(Registry, Vec<Error>), FatalError>Parses the Vulkan XML file from stream into a Rust object.