|
GraphicsAPI_2020C
|
Defines the data structures for holding node meta information. More...
#include <stdint.h>

Go to the source code of this file.
Classes | |
| struct | aiMetadataEntry |
| Metadata entry. More... | |
| struct | aiMetadata |
| Container for holding metadata. More... | |
Typedefs | |
| typedef enum aiMetadataType | aiMetadataType |
| Enum used to distinguish data types. | |
Enumerations | |
| enum | aiMetadataType { AI_BOOL = 0, AI_INT32 = 1, AI_UINT64 = 2, AI_FLOAT = 3, AI_DOUBLE = 4, AI_AISTRING = 5, AI_AIVECTOR3D = 6, FORCE_32BIT = INT_MAX } |
| Enum used to distinguish data types. | |
Defines the data structures for holding node meta information.
1.8.13