Cogs.Core
|
Public Attributes | |
size_t | nodes = 0 |
size_t | strings = 0 |
size_t | meshes = 0 |
size_t | materials = 0 |
size_t | streams = 0 |
size_t | streamBytes = 0 |
size_t | numVerts = 0 |
size_t | numIndexes = 0 |
std::unordered_map< Mesh *, uint32_t > | usedMeshes |
std::unordered_map< MaterialInstance *, uint32_t > | usedMaterials |
Definition at line 22 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::materials = 0 |
Definition at line 27 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::meshes = 0 |
Definition at line 26 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::nodes = 0 |
Definition at line 24 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::numIndexes = 0 |
Definition at line 31 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::numVerts = 0 |
Definition at line 30 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::streamBytes = 0 |
Definition at line 29 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::streams = 0 |
Definition at line 28 of file DumpStatsCommand.cpp.
size_t Cogs::Core::ModelStats::strings = 0 |
Definition at line 25 of file DumpStatsCommand.cpp.
std::unordered_map<MaterialInstance *, uint32_t> Cogs::Core::ModelStats::usedMaterials |
Definition at line 34 of file DumpStatsCommand.cpp.
std::unordered_map<Mesh *, uint32_t> Cogs::Core::ModelStats::usedMeshes |
Definition at line 33 of file DumpStatsCommand.cpp.