Skip to main content

parse

Function parse 

Source
pub fn parse(bytes: &[u8], profile: ValidationProfile) -> Result<Import>
Expand description

Parses glTF or GLB bytes and applies the selected profile’s basic checks.

Enable strict-validation to validate all cross-references before loading.