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.
- Generic
Component Type - The data type of a generic vertex attribute.
- Index
Component Type - The data type of an index.
Enums§
- Component
Type - 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.