Module gltf_json::accessor[][src]

Expand description

Contains Accessor and other related data structures.

Modules

Contains data structures for sparse storage.

Structs

A typed view into a buffer view.

The data type of a generic vertex attribute.

The data type of an index.

Enums

The component data type.

Specifies whether an attribute, vector, or matrix.

Constants

Corresponds to GL_BYTE.

Corresponds to GL_FLOAT.

Corresponds to GL_SHORT.

Corresponds to GL_UNSIGNED_BYTE.

Corresponds to GL_UNSIGNED_INT.

Corresponds to GL_UNSIGNED_SHORT.

All valid accessor types.

All valid generic vertex attribute component types.

All valid index component types.