Module gltf_json::buffer

source ·
Expand description

Contains Buffer, View, and other related data structures.

Structs

  • A buffer points to binary data representing geometry, animations, or skins.
  • Distance between individual items in a buffer view, measured in bytes.
  • A view into a buffer generally representing a subset of the buffer.

Enums

  • Specifies the target a GPU buffer should be bound to.

Constants