![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrhicontext_p.h>
Public Attributes | |
QByteArray | rtName |
QSize | pixelSize |
DrawInfo | indexedDraws |
DrawInfo | draws |
InstancedDrawInfo | instancedIndexedDraws |
InstancedDrawInfo | instancedDraws |
Definition at line 803 of file qssgrhicontext_p.h.
DrawInfo QSSGRhiContextStats::RenderPassInfo::draws |
Definition at line 807 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::printRenderPass(), QSSGRhiContextStats::totalDrawCallCountForPass(), and QSSGRhiContextStats::totalVertexCountForPass().
DrawInfo QSSGRhiContextStats::RenderPassInfo::indexedDraws |
Definition at line 806 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::printRenderPass(), QSSGRhiContextStats::totalDrawCallCountForPass(), and QSSGRhiContextStats::totalVertexCountForPass().
InstancedDrawInfo QSSGRhiContextStats::RenderPassInfo::instancedDraws |
Definition at line 809 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::draw(), QSSGRhiContextStats::printRenderPass(), QSSGRhiContextStats::totalDrawCallCountForPass(), and QSSGRhiContextStats::totalVertexCountForPass().
InstancedDrawInfo QSSGRhiContextStats::RenderPassInfo::instancedIndexedDraws |
Definition at line 808 of file qssgrhicontext_p.h.
Referenced by QSSGRhiContextStats::drawIndexed(), QSSGRhiContextStats::printRenderPass(), QSSGRhiContextStats::totalDrawCallCountForPass(), and QSSGRhiContextStats::totalVertexCountForPass().
QSize QSSGRhiContextStats::RenderPassInfo::pixelSize |
Definition at line 805 of file qssgrhicontext_p.h.
Referenced by printRenderPassDetails(), and QSSGRhiContextStats::stop().
QByteArray QSSGRhiContextStats::RenderPassInfo::rtName |
Definition at line 804 of file qssgrhicontext_p.h.
Referenced by printRenderPassDetails(), and QSSGRhiContextStats::stop().