Struct gltf::BufferView [] [src]

pub struct BufferView {
    pub buffer: String,
    pub byte_length: u32,
    pub byte_offset: u32,
    pub target: u32,
}

Fields

Trait Implementations

impl Debug for BufferView
[src]

Formats the value using the given formatter.