Assimp
v3.1.1 (June 2014)
|
Stores the memory requirements for different components (e.g. More...
Public Attributes | |
uint | animations |
Storage allocated for animation data. More... | |
uint | cameras |
Storage allocated for camera data. More... | |
uint | lights |
Storage allocated for light data. More... | |
uint | materials |
Storage allocated for material data. More... | |
uint | meshes |
Storage allocated for mesh data. More... | |
uint | nodes |
Storage allocated for node data. More... | |
uint | textures |
Storage allocated for texture data. More... | |
uint | total |
Total storage allocated for the full import. More... | |
Stores the memory requirements for different components (e.g.
meshes, materials, animations) of an import. All sizes are in bytes.
uint assimp::types::aiMemoryInfo::animations |
Storage allocated for animation data.
uint assimp::types::aiMemoryInfo::cameras |
Storage allocated for camera data.
uint assimp::types::aiMemoryInfo::lights |
Storage allocated for light data.
uint assimp::types::aiMemoryInfo::materials |
Storage allocated for material data.
uint assimp::types::aiMemoryInfo::meshes |
Storage allocated for mesh data.
uint assimp::types::aiMemoryInfo::nodes |
Storage allocated for node data.
uint assimp::types::aiMemoryInfo::textures |
Storage allocated for texture data.
uint assimp::types::aiMemoryInfo::total |
Total storage allocated for the full import.