Module gltf::buffer [] [src]

Contains Buffer, View, and other related data structures.

Structs

Buffer

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

Data

Buffer data.

View

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

Enums

Target

Specifies the target a GPU buffer should be bound to.