Module gltf::buffer [] [src]

Contains Buffer, View, and other related data structures.

Reexports

pub use json::buffer::Target;

Structs

Buffer

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

View

A view into a buffer generally representing a subset of the buffer.