Module gltf_json::validation

source ·
Expand description

Contains functions that validate glTF JSON data against the specification.

Enums

Specifies a type that has been pre-validated during deserialization or otherwise.
Specifies what kind of error occured during validation.

Traits

Trait for validating glTF JSON data so that the library can function without panicking.