Cogs.Core
Public Attributes | List of all members
Cogs::Core::ModelStats Struct Reference

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
 

Detailed Description

Definition at line 22 of file DumpStatsCommand.cpp.

Member Data Documentation

◆ materials

size_t Cogs::Core::ModelStats::materials = 0

Definition at line 27 of file DumpStatsCommand.cpp.

◆ meshes

size_t Cogs::Core::ModelStats::meshes = 0

Definition at line 26 of file DumpStatsCommand.cpp.

◆ nodes

size_t Cogs::Core::ModelStats::nodes = 0

Definition at line 24 of file DumpStatsCommand.cpp.

◆ numIndexes

size_t Cogs::Core::ModelStats::numIndexes = 0

Definition at line 31 of file DumpStatsCommand.cpp.

◆ numVerts

size_t Cogs::Core::ModelStats::numVerts = 0

Definition at line 30 of file DumpStatsCommand.cpp.

◆ streamBytes

size_t Cogs::Core::ModelStats::streamBytes = 0

Definition at line 29 of file DumpStatsCommand.cpp.

◆ streams

size_t Cogs::Core::ModelStats::streams = 0

Definition at line 28 of file DumpStatsCommand.cpp.

◆ strings

size_t Cogs::Core::ModelStats::strings = 0

Definition at line 25 of file DumpStatsCommand.cpp.

◆ usedMaterials

std::unordered_map<MaterialInstance *, uint32_t> Cogs::Core::ModelStats::usedMaterials

Definition at line 34 of file DumpStatsCommand.cpp.

◆ usedMeshes

std::unordered_map<Mesh *, uint32_t> Cogs::Core::ModelStats::usedMeshes

Definition at line 33 of file DumpStatsCommand.cpp.


The documentation for this struct was generated from the following file: