Struct gltf::Buffer [] [src]

pub struct Buffer {
    pub byte_length: u32,
    pub extensions: Option<Map<String, Value>>,
    pub extras: Option<Map<String, Value>>,
    pub name: Option<String>,
    pub response_type: String,
    pub uri: String,
}

The identifier of the BufferView this accessor reads from. Describes the location, type, and size of a binary blob included with the asset

Fields

The length of the buffer in bytes

Optional data targeting official extensions

Optional application specific data

Optional user-defined name for this object

XMLHttpRequest responseType

Uniform resource locator for the buffer data

Trait Implementations

impl Debug for Buffer
[src]

Formats the value using the given formatter.

impl Default for Buffer
[src]

Returns the "default value" for a type. Read more