![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Attributes | |
quint64 | callCount = 0 |
quint64 | vertexOrIndexCount = 0 |
quint64 | instanceCount = 0 |
Definition at line 798 of file qssgrhicontext_p.h.
quint64 QSSGRhiContextStats::InstancedDrawInfo::callCount = 0 |
Definition at line 799 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::draw(), QSSGRhiContextStats::drawIndexed(), QSSGRhiContextStats::printRenderPass(), and QSSGRhiContextStats::totalDrawCallCountForPass().
quint64 QSSGRhiContextStats::InstancedDrawInfo::instanceCount = 0 |
Definition at line 801 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::printRenderPass().
quint64 QSSGRhiContextStats::InstancedDrawInfo::vertexOrIndexCount = 0 |
Definition at line 800 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::printRenderPass(), and QSSGRhiContextStats::totalVertexCountForPass().