Struct gltf::gltf::Unvalidated [] [src]

pub struct Unvalidated(_);

Represents glTF that hasn't been validated yet.

Methods

impl Unvalidated
[src]

[src]

Returns the unvalidated JSON.

[src]

Skips validation (not recommended).

[src]

Validates only the invariants required for the library to function safely.

[src]

Validates the data against the glTF 2.0 specification.