Path Tracer
|
#include <types.h>
Public Member Functions | |
aiMemoryInfo () AI_NO_EXCEPT | |
Public Attributes | |
unsigned int | textures |
unsigned int | materials |
unsigned int | meshes |
unsigned int | nodes |
unsigned int | animations |
unsigned int | cameras |
unsigned int | lights |
unsigned int | total |
Stores the memory requirements for different components (e.g. meshes, materials, animations) of an import. All sizes are in bytes.
|
inline |
Default constructor
unsigned int aiMemoryInfo::animations |
Storage allocated for animation data
unsigned int aiMemoryInfo::cameras |
Storage allocated for camera data
unsigned int aiMemoryInfo::lights |
Storage allocated for light data
unsigned int aiMemoryInfo::materials |
Storage allocated for material data
unsigned int aiMemoryInfo::meshes |
Storage allocated for mesh data
unsigned int aiMemoryInfo::nodes |
Storage allocated for node data
unsigned int aiMemoryInfo::textures |
Storage allocated for texture data
unsigned int aiMemoryInfo::total |
Total storage allocated for the full import.