Struct gltf::binary::Header [−][src]
Expand description
The header section of a .glb file.
Fields
magic: [u8; 4]
Must be b"glTF"
.
version: u32
Must be 2
.
length: u32
Must match the length of the parent .glb file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Header
impl UnwindSafe for Header
Blanket Implementations
Mutably borrows from an owned value. Read more