Struct gltf::Buffer [] [src]

pub struct Buffer {
    pub byte_length: u32,
    pub type_id: String,
    pub uri: String,
}

Fields

Trait Implementations

impl Debug for Buffer
[src]

Formats the value using the given formatter.