Module gltf_json::validation
source · Expand description
Contains functions that validate glTF JSON data against the specification.
Structs§
- Validates the suitability of 64-bit byte offsets/sizes on 32-bit systems.
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.