Module gltf::buffer

source ·
Expand description

Buffers and buffer views.

Structs

  • A buffer points to binary data representing geometry, animations, or skins.
  • Dataimport
    Buffer data belonging to an imported glTF asset.
  • A view into a buffer generally representing a subset of the buffer.

Enums

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