![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Collaboration diagram for QSSGRhiContextStats::GlobalInfo:Public Attributes | |
| quint64 | meshDataSize = 0 |
| quint64 | imageDataSize = 0 |
| qint64 | materialGenerationTime = 0 |
| qint64 | effectGenerationTime = 0 |
Definition at line 828 of file qssgrhicontext_p.h.
| qint64 QSSGRhiContextStats::GlobalInfo::effectGenerationTime = 0 |
Definition at line 832 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::registerEffectShaderGenerationTime().
| quint64 QSSGRhiContextStats::GlobalInfo::imageDataSize = 0 |
Definition at line 830 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::imageDataSizeChanges().
| qint64 QSSGRhiContextStats::GlobalInfo::materialGenerationTime = 0 |
Definition at line 831 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::registerMaterialShaderGenerationTime().
| quint64 QSSGRhiContextStats::GlobalInfo::meshDataSize = 0 |
Definition at line 829 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::meshDataSizeChanges().