Module gltf_json::extensions::buffer

source ·
Expand description

Contains Buffer, View, and other related data structures.

Structs§

  • A buffer points to binary data representing geometry, animations, or skins.
  • A view into a buffer generally representing a subset of the buffer.