[go: up one dir, main page]

Module gltf::buffer[][src]

Expand description

Buffers and buffer views.

Structs

Buffer

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

Dataimport

Buffer data belonging to an imported glTF asset.

View

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

Enums

Source

Describes a buffer data source.

Target

Specifies the target a GPU buffer should be bound to.