Struct gltf::Buffer[][src]

pub struct Buffer<'a> { /* fields omitted */ }

A buffer points to binary data representing geometry, animations, or skins.

Methods

impl<'a> Buffer<'a>
[src]

Returns the internal JSON index.

Returns the buffer data source.

The length of the buffer in bytes.

Optional user-defined name for this object.

Optional application specific data.

Trait Implementations

impl<'a> Clone for Buffer<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Buffer<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Buffer<'a>

impl<'a> Sync for Buffer<'a>