Path Tracer
|
Defines the data structures for holding node meta information. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | aiMetadataEntry |
struct | aiMetadata |
Typedefs | |
typedef enum aiMetadataType | aiMetadataType |
Enumerations | |
enum | aiMetadataType { AI_BOOL = 0, AI_INT32 = 1, AI_UINT64 = 2, AI_FLOAT = 3, AI_DOUBLE = 4, AI_AISTRING = 5, AI_AIVECTOR3D = 6, AI_AIMETADATA = 7, AI_META_MAX = 8, FORCE_32BIT = INT_MAX } |
Defines the data structures for holding node meta information.
typedef enum aiMetadataType aiMetadataType |
Enum used to distinguish data types
enum aiMetadataType |
Enum used to distinguish data types