Module accessor

Source
Expand description

Contains Accessor and other related data structures.

Modules§

sparse
Contains data structures for sparse storage.

Structs§

Accessor
A typed view into a buffer view.
GenericComponentType
The data type of a generic vertex attribute.
IndexComponentType
The data type of an index.

Enums§

ComponentType
The component data type.
Type
Specifies whether an attribute, vector, or matrix.

Constants§

BYTE
Corresponds to GL_BYTE.
FLOAT
Corresponds to GL_FLOAT.
SHORT
Corresponds to GL_SHORT.
UNSIGNED_BYTE
Corresponds to GL_UNSIGNED_BYTE.
UNSIGNED_INT
Corresponds to GL_UNSIGNED_INT.
UNSIGNED_SHORT
Corresponds to GL_UNSIGNED_SHORT.
VALID_ACCESSOR_TYPES
All valid accessor types.
VALID_COMPONENT_TYPES
All valid generic vertex attribute component types.
VALID_INDEX_TYPES
All valid index component types.